Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 573 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 573 Bytes

Node Express Boilerplate

A simple boilerplate for Express.js

Description

Node express boilerplate is another boilerplate for Express.js using redis, mongoose, jade, stylus, ...

Setup

Supposed you have redis & mongodb installed

  // Install package
  git git@github.com:atouchard/node-express-boilerplate.git
  cd node-express-boilerplate
  npm install -g

  // running redis
  /usr/local/bin/redis-server

  // running mongodb
  mongod --dbpath /data/

  // running app
  node server.js

Browse to http://localhost:8001