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
- Host: GitHub
- URL: https://github.com/dashawk/angularjs-starter
- Owner: dashawk
- Created: 2014-12-11T01:28:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T03:29:56.000Z (over 11 years ago)
- Last Synced: 2026-07-06T05:34:04.176Z (19 days ago)
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.