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

https://github.com/jesusr/angular-bootstrap-sass-grunt-template


https://github.com/jesusr/angular-bootstrap-sass-grunt-template

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# angular-bootstrap-sass-grunt-template

This is a template to start projects based onn Angular, Bootstrap ans Sass. It also provide the posibility to develop an API REST.

### Bower included

* [AngularJS](https://angularjs.org/)
* [Bootstrap Sass](https://github.com/twbs/bootstrap-sass)
* [Font Awesome](https://fortawesome.github.io/Font-Awesome/)
* [jQuery](https://jquery.com/)

### Installation

You need some dependencies installed globally such as Grunt or Bower.

```sh
$ npm install -g grunt grunt-cli grunt-sass bower
```

Install npm dependencies

```sh
$ npm install
```

Run grunt and grunt watch

```sh
$ grunt dev
```

License
----

MIT

Authors
----

* [jesusr](https://github.com/jesusr/)
* [luisromangz](https://github.com/luisromangz)
* [javisr](https://github.com/javisr)