ts-express-angular2-node-boilerplate

1.0.1 • Public • Published

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

MIT

Copyright

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

/ts-express-angular2-node-boilerplate/

    Package Sidebar

    Install

    npm i ts-express-angular2-node-boilerplate

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • tngan