Full project for the Build a Website with Node course.
Node.js is an open-source, cross-platform, back end, JavaScript runtime environment that executes JavaScript code outside a web browser.
- Clone the repo:
[email protected]:scotch-io/node-website-course.git - Install packages:
npm install - Start the server:
node server.js - Visit in browser at:
http://localhost:8080