https://github.com/reflexdemon/angularbasic
This project is to learn angularjs
https://github.com/reflexdemon/angularbasic
Last synced: 9 months ago
JSON representation
This project is to learn angularjs
- Host: GitHub
- URL: https://github.com/reflexdemon/angularbasic
- Owner: reflexdemon
- Created: 2014-11-03T13:36:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T14:03:26.000Z (almost 9 years ago)
- Last Synced: 2025-02-23T11:41:53.588Z (over 1 year ago)
- Language: JavaScript
- Size: 1.33 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
angularbasic
============
This project is to learn angularjs
##Setup
```
git clone git@github.com:reflexdemon/angularbasic.git
cd angularbasic
npm install
```
##Run
```
grunt server
```
Happy coding!!!