Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 472 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 472 Bytes

Basic Express Site

Source code example for A simple website in node.js with express, jade and stylus article.

Build

Run this command in console:

npm install

All dependencies will be downloaded by npm to node_modules folder.

Run

Run this command in console:

node app.js

Open http://localhost:3000 to access basic Express Site.