Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Latest commit

 

History

History

gecko

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Project Gecko

Project Logo This is a Gecko

Angular 2 template syntax

This project shows how to use templates in Angluar 2.
It is directly linked to the tutorial https://angular.io/docs/ts/latest/guide/template-syntax.html.

This tutorial uses Netbeans, Gulp.js, Node.js, Express Web-Server.

Follow the links to find some more information for Netbeans IDE, Gulp.js, Node.js, Express Web-Server, Angular 2 and TypeScript.


How to run the project

To do (on Linux OS) ...

  1. open shell and clone git repository
    git clone <repository-url>
  2. change working directory to project and install node modules
    cd <project-dir>/gecko
    npm install
  3. transpile the typescript files and start the server
    npm start
  4. start a web-client and test the server
    http://localhost:8080