# expressjs.com **Repository Path**: robinnode/expressjs.com ## Basic Information - **Project Name**: expressjs.com - **Description**: the expressjs.com website - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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_.