This is a Single Page Application create using MEAN Stack
- Download the repository
- Install npm modules:
npm install
- Install bower dependencies
bower install
- Start up the server:
node server.js
ornodemon server.js
- View in browser at http://localhost:8080