Simple app for Fitness built on Angular 1.5
If you don't have some global packages installed yet, you can run the command below:
npm install -g gulp bower
or
sudo npm install -g gulp bowerWhen building the project for the very first time, run the following command.
npm installbower installThis will install all of your node modules.
To run the project, simply run the following command
gulp serveEverything should be available on localhost:3000
The 2 views and controllers and services are located in the src/app/ directory