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.
- Host: GitHub
- URL: https://github.com/fiveisprime/node-boilerplate
- Owner: fiveisprime
- Created: 2013-05-03T17:14:54.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-30T20:33:33.000Z (over 12 years ago)
- Last Synced: 2025-06-05T06:26:14.278Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://boilerplate-7679.onmodulus.net
- Size: 273 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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).