• This repository has been archived on 01/Oct/2020
  • Stars
    star
    152
  • Rank 244,081 (Top 5 %)
  • Language
    CSS
  • Created over 12 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple example Node website using Express

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.