This project is an application base on AngularJS + Express - Nodejs platform
npm install
Behind the scenes this will also call bower install
. You should find that you have two new
folders in your project.
node_modules
- contains the npm packages for the tools we needapp/bower_components
- contains the angular framework files
*Note that the bower_components
folder would normally be installed in the root folder but
This project use nodemon as monitor when deploying server, run server by:
nodemon server.js
Now browse to the app at http://localhost:8080/index.html
.