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

https://github.com/itsthatguy/firepit

Node static site starter project
https://github.com/itsthatguy/firepit

Last synced: 8 months ago
JSON representation

Node static site starter project

Awesome Lists containing this project

README

          

# My Node Static Server starter project

### Includes
* Node
* Express
* Bower
* jQuery
* Ember
* Handlebars
* Gulp
* Browserify
* Stylus
* Coffeescript

### Setup

1. Clone this repo
2. run `npm install`

### Running

1. For asset generation: `gulp watch`
2. Run the server: `npm start`
3. Browse to: `http://localhost:3002`

### Deploying

1. Create your heroku instance `heroku create`
2. Deploy `git push heroku master`
3. Dance.