Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)