An open API service indexing awesome lists of open source software.

https://github.com/kentcdodds/ng-workshop

AngularJS Tutorial
https://github.com/kentcdodds/ng-workshop

kcd-edu

Last synced: 13 days ago
JSON representation

AngularJS Tutorial

Awesome Lists containing this project

README

          

# ng-workshop

AngularJS tutorial. Goes through many useful concepts. See
[these slides](https://slides.com/kentcdodds/intro-to-angularjs) for more information.

## Thanks

Special thanks to [Dave Geddes](https://github.com/geddski) for creating [the original workshop](https://github.com/geddski/ng-workshop) from which this was based. Dave gave me my very first exposure to Angular! This changed my life.

## Getting Started

1. Install node or iojs
2. Run `npm install`
3. Run `npm run start`
4. Check this README to know your next step

## Next Step

Run `git checkout templates -f`