Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 681 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 681 Bytes

Node Website Starter Pack

A really simple node website starter pack. Just serves static files from /public, and pulls in bootstrap from a CDN.

Installation

Install the latest stable version of node. You can do so here, but I would recommend following this guide.

Once you have node installed, open a terminal and go into the directory that you have cloned this project too. Then run:

# Installs dependencies
npm install
# Runs the server
npm start

And the server will start running on port 8080. Go to localhost:8080 in your browser and you should see the site.