This application is meant to be a guide when creating AngularJS applications. It uses all the basic functionality that most AngularJS apps will need.
Clone the repository
git clone https://github.com/leebrandt/FantasyTrader.git
Get the NPM and Bower packages
npm install && bower install
Run the app
gulp dev
This will start up the app and launch BrowserSync (which launches a browser).