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

https://github.com/dashawk/angularjs-starter

Build AngularJS App with Grunt Build and RequireJS
https://github.com/dashawk/angularjs-starter

Last synced: 19 days ago
JSON representation

Build AngularJS App with Grunt Build and RequireJS

Awesome Lists containing this project

README

          

AngularJS Starter
=================

Build Single Page Applications with this starter kit using RequireJS and Grunt

Requirements
------------
* NPM
* Bower
* Grunt

Get Started
===========

To get started, use `bower` to install the dependencies
```cli
bower install
```

Build
=====
Use `grunt --force` to build the project. I am using `--force` to ignore errors in the js files.