Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 299 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 299 Bytes

boilerplate-static-node-server

Just a simple static server for node JS

  1. Clone
  2. run npm install
  3. run grunt
  4. browse to localhost:9001

CSS & JS minifies and merges in-place.

Port number and other settings changeable in Grunfile.js