Skip to content

jgatjens/angular-pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I started learning angular for fun so I made this stupid App.

0.1.0

  • 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

Usage

Install the required tools: gulp, bower

npm install -g gulp bower
npm install -g gulp gulp

Install dependencies: npm, bower

npm install 
bower install 

Run the App

gulp serve 

Upload to Divshot

http://docs.divshot.com/guides/getting-started

Use Gulp tasks

  • gulp or gulp build to build an optimized version of your application in /dist
  • gulp serve to launch a browser sync server on your source files
  • gulp serve:dist to launch a server on your optimized application
  • gulp wiredep to fill bower dependencies in your .html file(s)
  • gulp injectjs to fill angular modules in your .html file(s)

Directory structure

Best Practice Recommendations for Angular App Structure

About

Example Angular, Gulp, Parse.com

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors