I started learning angular for fun so I made this stupid App.
- Layout with bootstrap.
- Authentification with Parse.com
- Login, Register, Recover Passwor, Email Confirmation
- Save forms from angular
- Use of directives, services and filters
- Nice Alerts with sweetalert
- Sidebar Navigation
- Svg Animation
Install the required tools: gulp, bower
npm install -g gulp bower
npm install -g gulp gulp
Install dependencies: npm, bower
npm install
bower install
gulp serve
http://docs.divshot.com/guides/getting-started
gulporgulp buildto build an optimized version of your application in/distgulp serveto launch a browser sync server on your source filesgulp serve:distto launch a server on your optimized applicationgulp wiredepto fill bower dependencies in your.htmlfile(s)gulp injectjsto fill angular modules in your.htmlfile(s)