Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juristr/codeschool-angular
Code for the Google-sponsored Codeschool AngularJS tutorial
https://github.com/juristr/codeschool-angular
Last synced: about 1 month ago
JSON representation
Code for the Google-sponsored Codeschool AngularJS tutorial
- Host: GitHub
- URL: https://github.com/juristr/codeschool-angular
- Owner: juristr
- Created: 2014-08-26T15:35:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-26T15:41:05.000Z (about 10 years ago)
- Last Synced: 2024-04-14T22:28:01.845Z (7 months ago)
- Language: JavaScript
- Size: 441 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
codeschool-angular
==================Code for the Google-sponsored Codeschool AngularJS tutorial you can find here: [http://campus.codeschool.com/courses/shaping-up-with-angular-js/intro](http://campus.codeschool.com/courses/shaping-up-with-angular-js/intro).
The repo contains the final code at the end of the course, but you can use `git checkout` to jump through the various commit logs.
## Starting the local dev server
If you don't have already some webserver running to load up the application, I've included a corresponding grunt task. Simply execute
```
$ npm install
```to fetch all dependencies followed by
```
$ grunt serve
```..to fire up a webserver at port `8000`.
**Prerequisites:** nodejs + npm.