Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaga/angular-gridsystem
Test of AngularJS. I need some feedbacks. :)
https://github.com/vaga/angular-gridsystem
Last synced: about 2 months ago
JSON representation
Test of AngularJS. I need some feedbacks. :)
- Host: GitHub
- URL: https://github.com/vaga/angular-gridsystem
- Owner: vaga
- Created: 2015-05-24T20:28:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T12:41:00.000Z (over 9 years ago)
- Last Synced: 2024-10-12T22:29:17.086Z (3 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GridSystem
==========How can I test the project ?
----------------------------```
cd angular-gridsystem/
php -S localhost:8080
```If you dislike php :
```
cd angular-gridsystem/
npm install http-server -g
http-server
```