/expressjs.com

the expressjs.com website

Primary LanguageJavaScript

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.