Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 626 Bytes

File metadata and controls

16 lines (9 loc) · 626 Bytes

super-basic-webapp

This is a super simple Express app, and can be used for tutorials at https://vivek-sahu.com.

Installation Steps

  1. Install Node and NPM from https://nodejs.org/en/download/ (Node version >= 12.x, npm version >= 6.x)

  2. Clone this repository: git clone https://github.com/viv1/super-basic-webapp.git

  3. Go to root of the project. cd super-basic-webapp

  4. Run: npm install on project root. You should see a node_modules folder added to the project.

  5. Run: node server.js, and open http://127.0.0.1:3000 on your favourite browser to verify that you see a Congrats! This works. message.