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

https://github.com/allenfang/angular-practice-example

It' a portal for all my learning or practice with AngularJS
https://github.com/allenfang/angular-practice-example

Last synced: 5 months ago
JSON representation

It' a portal for all my learning or practice with AngularJS

Awesome Lists containing this project

README

          

# angular-practice-example
It' a portal for all my learning or practice with AngularJS

### Dependency
bower

### Install

```bash
$ git clone https://github.com/AllenFang/angular-practice-example.git
$ cd angular-practice-example
$ bower install
$ npm install
```

### Run
```bash
$ npm start
```
After running, open your web browser and go to http://localhost:3000

You can see a portal page that include lots of AngularJS example

Each example block show some information and
a local path which is a path for the source code of this example

click live demo to see the result of example and enjoy it!!