Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 558 Bytes

File metadata and controls

17 lines (11 loc) · 558 Bytes

Build a Website with Node.js

Full project for the Build a Website with Node course.

What is Node.js

Node.js is an open-source, cross-platform, back end, JavaScript runtime environment that executes JavaScript code outside a web browser.

Instructions

  1. Clone the repo: git@github.com:scotch-io/node-website-course.git
  2. Install packages: npm install
  3. Start the server: node server.js
  4. Visit in browser at: http://localhost:8080

Course Videos

Watch the first three lessons free