Skip to content

daveschumaker/BasicExpressSite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 72.2%
  • HTML 17.2%
  • JavaScript 10.6%