Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 296 Bytes

File metadata and controls

10 lines (7 loc) · 296 Bytes

NodeJS_CrashCourse

In this crash course I explored Node.js fundamentals including modules such as path, url, fs, events and I created an HTTP server from scratch without Express and deployed to Heroku.

Quick Start

Install dependencies

npm install

Serve on localhost:5000

npm start