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

https://github.com/fiveisprime/node-boilerplate

Boilerplate code for quickly creating node.js apps.
https://github.com/fiveisprime/node-boilerplate

Last synced: 9 months ago
JSON representation

Boilerplate code for quickly creating node.js apps.

Awesome Lists containing this project

README

          

Node App Boilerplate
===

Get a Node.js app up and running quickly.

# Server

Uses Express (listens on port `3000` unless specified) and Handlebars templates.

# Client

Uses Make to build the dependencies. Run `make build` prior to starting the
server to ensure that the public assets are available.

Run `make lint` to lint the files using JSHint (also triggered on build).