Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 630 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 630 Bytes

DragonNode.js AngularJS Skeleton

Development

  • Install Node.js

  • Git clone the repository dragonnodejs/angularjs-skeleton

  • Open terminal, switch to the directory and execute:

    npm install

    PORT=%PORT% npm run start-watch

  • Open another terminal, switch to the directory and execute:

    npm run js-watch

  • Git commit/push into the master after changes

Production

  • Set environment variable "NODE_ENV" to "production" to enable cache for swig templates

Try it online

http://angularjs-skeleton.herokuapp.com