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
- Host: GitHub
- URL: https://github.com/kentcdodds/ng-workshop
- Owner: kentcdodds
- Created: 2015-01-31T00:36:04.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-01-25T23:25:30.000Z (over 4 years ago)
- Last Synced: 2025-04-15T09:11:59.200Z (6 months ago)
- Topics: kcd-edu
- Language: HTML
- Homepage: https://slid.es/kentcdodds/intro-to-angularjs
- Size: 3.19 MB
- Stars: 7
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`