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
- Host: GitHub
- URL: https://github.com/allenfang/angular-practice-example
- Owner: AllenFang
- Created: 2015-02-17T07:42:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T14:33:42.000Z (over 11 years ago)
- Last Synced: 2025-10-27T04:35:11.699Z (9 months ago)
- Language: HTML
- Size: 582 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!!