##Getting Started with Angulpify
Install:
npm install -g generator-angulpify
Run:
yo angulpify
Run:
gulp for building to the build directory
gulp --release for building to the release directory
Go to http://localhost:8080
Enjoy!
##Change Log
- 0.1.0 Initial release onto server.
- 0.1.1 Added gulp task to replace dev api endpoint with release endpoint
- 0.1.2 Feature complete.
- 1.0.0 Add splash page content, new media queries, and typo fixes.
- 1.0.1 Fixing cut-off splash page text on large screens.