Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armed/angular-express-seed
Angular + ExpressJS + Bootstrap project template
https://github.com/armed/angular-express-seed
Last synced: about 1 month ago
JSON representation
Angular + ExpressJS + Bootstrap project template
- Host: GitHub
- URL: https://github.com/armed/angular-express-seed
- Owner: armed
- Created: 2013-04-20T11:44:03.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-10T09:42:08.000Z (over 11 years ago)
- Last Synced: 2024-04-14T09:45:27.375Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Angular + Express + Bootstrap project template
### Prerequisites
1. [NodeJS](http://nodejs.org) 0.10.x
2. [Bower](https://github.com/twitter/bower) ```npm install -g bower```
3. [GruntJS](http://gruntjs.com) ```npm install -g grunt-cli```### How to setup
1. Clone this repo to desired location
2. ``cd`` to cloned folder and ```npm install```
3. Then ```bower install```### How to use
* ```node app``` to run in development mode
* ```grunt``` to lint, concat and minify
* ```NODE_ENV=production node app``` to run in production mode