Full project for the Build a Website with Node course.
With this course you'll be able to make a website through node.js
- Clone the repo:
git@github.com:scotch-io/node-website-course.git
- Install packages:
npm install
- Start the server:
node server.js
- Visit in browser at:
http://localhost:8080