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

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

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