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
- Host: GitHub
- URL: https://github.com/jesusr/angular-bootstrap-sass-grunt-template
- Owner: jesusr
- Created: 2015-10-28T11:37:57.000Z (over 10 years ago)
- Default Branch: dev
- Last Pushed: 2016-01-17T22:27:07.000Z (over 10 years ago)
- Last Synced: 2025-01-31T01:41:49.852Z (over 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)