Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 227 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 227 Bytes

Node Basic Server

an implementation of a basic webserver with Node.js based on Express.js

After Pull

install packages

npm install

Launch server

npm start

Server starts on port 8021