Files
expressjs.com/Readme.md
TJ Holowaychuk 9e957d4e2c Initial commit
2012-07-31 20:33:12 -07:00

273 B

ExpressJS.com

The site for Express.

Building

Setup:

$ npm install -g serve
$ npm install
$ make
$ serve . &
$ open http://localhost:3000

then rebuild changes with:

$ make

Contributing

  • dont edit the HTML directly, edit the jade.