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.
- Host: GitHub
- URL: https://github.com/mannuelf/angularjs-kickoff
- Owner: mannuelf
- License: gpl-2.0
- Created: 2016-04-01T09:18:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-09T06:44:20.000Z (about 10 years ago)
- Last Synced: 2025-03-12T11:32:14.005Z (over 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```