Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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