Lee182 / BasicExpressSite

Simple example Node website using Express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple example Node website using Express


Languages

Language:CSS 72.5%Language:HTML 17.3%Language:JavaScript 10.2%