basic-express-site-2016 icon indicating copy to clipboard operation
basic-express-site-2016 copied to clipboard

Simple example Node website using Express (2016 edition)

Basic Express Site (2016 Edition)

A simple website in node js to accompany a blog post.

Setup

npm i
npm run build
npm start

# development mode (watches for source changes)
npm run watch

Screenshot

Screenshot