AngularJS web application as seen on Angular.CodeSchool.com
Learn to build an application using Angular.js -- this FREE course is sponsored by Google and brought to you by CodeSchool.com
This specific repo was made by cloning the Angular-Seed project which is a great way to get up and running quickly with a bare-bones Angular app. After that I replayed the course as well as cruised around GitHub looking at code from other CodeSchool students.
There are many ways to do things in Angular and the methods here might not be best practices across the board but they will give you a good overview of the possibilities of this framework. Don't forget to download the slides from the course
###View Live Demo on GitHub Pages
- After completing the course download the repo and build your own features
- Replay the course and follow along
- Figure out how to make the app more efficient
- Add your own content and make a completely different app!
# Clone repo using SSH (HTTPS works too!)
$ git clone [email protected]:tylertadej/flatlandersGemStore-angularjs.git
# Navigate to that directory
$ cd flatlandersGemStore-angularjs
# Make sure you have NodeJS/NPM installed, then run
$ npm start
# Boom!
Assuming that goes well navigate to localhost:8000
in your browser and view the app
- Add dates to reviews
- Fetch and publish time for new reviews
- Watch CodeTV episodes with Egghead.io guy and add new features
- Improve readme
If you are new to Git/Github you might find this gist useful
Markdown composed with help of http://jbt.github.io/markdown-editor/