This minimalistic repo is production ready!
- AngularJS (1.2.x)
- JWT Tokens using Satellizer
To get the node server running locally:
- Clone/download this repo
npm install && bower install
to install all required dependenciesgulp
gulp serve
to start the local server
src/
: The entry point to our application. This directory contains all the working files as well as the modules for routing, configuration, etc.src/app/index.route.js
: Routing file.src/assets
: Assetssrc/index.html
: Mainindex.html
file