ts-express-angular2-node-boilerplate
v1.0.1
Published
Light-weight startup boilerplate for angular2 with typescript and expressjs
Downloads
2
Maintainers
Readme
ts-express-angular2-node-boilerplate
Basically, you don't want to learn too much when you pick a boilerplate. Clone and start the prototyping.
Installation
To install the latest release
$ npm install ts-express-angular2-node-boilerplate
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
Copyright
Copyright (C) 2016 Tony Ngan, released under the MIT License.