Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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. :)

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
```