Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 379 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 379 Bytes

SampleNodejs

A barebones Node.js app using Express 4.

Running Locally

Make sure you have Node.js installed.

git clone git@github.com:bhushangholve2006/SampleNodejs.git # or clone your own fork
cd node-js-sample
npm install
npm start

Your app should now be running on localhost:5000.