https://github.com/tenphi/grunt-express-angular-html5mode-boilerplate
Minimalistic grunt boilerplate that has express server and supports angular.js with html5mode routing
https://github.com/tenphi/grunt-express-angular-html5mode-boilerplate
Last synced: about 1 month ago
JSON representation
Minimalistic grunt boilerplate that has express server and supports angular.js with html5mode routing
- Host: GitHub
- URL: https://github.com/tenphi/grunt-express-angular-html5mode-boilerplate
- Owner: tenphi
- License: mit
- Created: 2013-11-10T19:20:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-22T08:54:58.000Z (over 12 years ago)
- Last Synced: 2025-01-26T18:16:10.957Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.75 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Minimalistic boilerplate that has express server and supports angular.js with html5mode routing
## Features
* minimalistic backend server
* html5mode
* auto-reloading
* short and clean grunt scenario
## Installed scripts
* angular
* jquery
* bootstrap
## Installed modules
* angular-cookies
* angular-resource
* angular-sanitize
* angular-ui
* angular-ui-router
* angular-bootstrap
## Install
```bash
git clone https://github.com/tenphi/grunt-express-angular-html5mode-boilerplate.git boilerplate
cd boilerplate
npm install --save-dev
bower install
```
## Commands
`grunt server` - start development server (8080 port by default) and open browser
`grunt server:production` - build frontend and start production server (80 port by default, requires `sudo`)
`grunt build` - build project
Edit `config.json` to change default configuration