Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 483 Bytes

Readme.md

File metadata and controls

32 lines (22 loc) · 483 Bytes

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

  • don't edit the HTML directly, edit the jade.
  • don't commit any HTML changes, only jade changes.

Showcasing

If you have an app you'd like to showcase on the express site, do not just open an issue for it. Instead, open a pull request for it.