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

https://github.com/mannuelf/angularjs-kickoff

AngularJS project kick off template.
https://github.com/mannuelf/angularjs-kickoff

Last synced: 11 months ago
JSON representation

AngularJS project kick off template.

Awesome Lists containing this project

README

          

# AngularJS Project Template

## Quick Start

Install Node.js:

```sh
$ brew install nodejs
```

and then:

```sh
$ git clone git@github.com:liambeeton/angularjs-kickoff.git
$ cd angularjs-kickoff
$ sudo npm -g install grunt-cli karma bower
$ npm install
$ bower install
$ cp -r bower_components ./vendor
$ grunt watch
```