ts-express-angular2-node-boilerplate

September 22, 2016 ยท View on GitHub

Basically, you don't want to learn too much when you pick a boilerplate. Clone and start the prototyping.

This boilerplate is built on top of 5 Min Quickstart.

Installation

To clone the repository

$ git clone https://github.com/tngan/ts-express-angular2-node-boilerplate.git

Install the dependencies

$ npm install

Scripts

  • npm start: Start a server without watching the typescript files.

  • npm run dev: Start a server and watch the change in typescript files concurrently.

  • npm run tsc: Compile the typescript files.

  • npm run tsc:w: Compile and watch the typescript files.

Help

Note

You can access localhost:3000 to see the simple hello-world example. Feel free to clone this boilerplate and use it. Fork it if you would like to add more features.

License

MIT

Copyright (C) 2016 Tony Ngan, released under the MIT License.