Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farolfo/my-angular-seed
My personal angular seed, all installed, no need to delete anything but start developing
https://github.com/farolfo/my-angular-seed
Last synced: 27 days ago
JSON representation
My personal angular seed, all installed, no need to delete anything but start developing
- Host: GitHub
- URL: https://github.com/farolfo/my-angular-seed
- Owner: farolfo
- License: mit
- Created: 2015-06-02T04:08:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T14:49:39.000Z (over 9 years ago)
- Last Synced: 2024-11-08T02:56:35.868Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.36 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Angular Seed
My personal angular seed, all installed, no need to delete anything but start developing NOW
_Note: You only need to change THIS file :D_
### What is included?
* [AngularJS](https://angularjs.org/)
* [Angular-UI](https://angular-ui.github.io/) (using [UI-Router](http://angular-ui.github.io/ui-router/site/#/api/ui.router) and [UI-Bootstrap](http://angular-ui.github.io/bootstrap/))
* [Twitter Bootstrap v3](http://getbootstrap.com/)
* [Grunt](http://gruntjs.com/)
* [Less](http://lesscss.org/) (built using Grunt)
* [jQuery](https://jquery.com/) and [Underscore](http://underscorejs.org/)### Install
You need to install node in your machine (I recommend doing it through [nvm](https://github.com/creationix/nvm)).
Once done, install the project dependencies
```
$ npm install -g grunt-cli
$ npm install
```### Run
Once all installed, type
```
$ grunt
```And the web app will be hosted at [http://localhost:9001/app/#/home](http://localhost:9001/app/#/home)