Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 174 Bytes

File metadata and controls

12 lines (8 loc) · 174 Bytes

Simple DevOps WebApp

A simple Node.js web server that responds with "Hello from Node.js!".

How to run

npm install
npm start

Visit: http://localhost:3000