the expressjs.com website
JavaScript CSS Shell
Switch branches/tags
Nothing to show
Clone or download
Pull request Compare This branch is 1 commit ahead, 1894 commits behind expressjs:gh-pages.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
2x
en
fonts
images
includes
javascripts
stylesheets
.gitignore
CNAME
Makefile
Readme.md
api.html
api.jade
app.js
applications.html
applications.jade
community.html
community.jade
faq.html
faq.jade
guide.html
guide.jade
index.html
index.jade
package.json
params.json
retina.js
style.css

Readme.md

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.