The site for Express.
Setup:
$ npm install -g serve
$ npm install
$ make
$ serve . &
$ open http://localhost:3000
then rebuild changes with:
$ make
- don't edit the HTML directly, edit the jade.
- don't commit any HTML changes, only jade changes.
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.