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
gulp
orgulp build
to build an optimized version of your application in/dist
gulp serve
to launch a browser sync server on your source filesgulp serve:dist
to launch a server on your optimized applicationgulp wiredep
to fill bower dependencies in your.html
file(s)gulp injectjs
to fill angular modules in your.html
file(s)