https://github.com/500tech/angular-from-scratch
Build Angular 1 from scratch with no dependencies
https://github.com/500tech/angular-from-scratch
Last synced: 5 months ago
JSON representation
Build Angular 1 from scratch with no dependencies
- Host: GitHub
- URL: https://github.com/500tech/angular-from-scratch
- Owner: 500tech
- Created: 2017-04-11T14:41:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T12:09:54.000Z (about 9 years ago)
- Last Synced: 2025-04-30T10:33:26.432Z (about 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular from scratch
## Overview
Building Angular 1 digest loop and directives in 15 minutes
## How to run
> npm install http-server -g
> http-server
> open http://127.0.0.1:8080
## License
Apache License