This is a Jackal (Schakal) |
This project shows ...
- how to use Angluar 2 services to manage data
Open Angular 2 Tutorial Services and work through.
This tutorial uses Netbeans, Gulp.js, Node.js, Express Web-Server.
Follow these links to find some more information for
Netbeans IDE,
Gulp.js,
Node.js,
Express Web-Server,
Angular 2 and
TypeScript.
To do (on Linux OS) ...
- open shell and clone git repository
git clone <repository-url>
- change working directory to project and install node modules
cd <project-dir>/jackal
npm install
- build the project and start the server
npm start
- start a web-client and test the server
http://localhost:8080