This is a super simple Express app, and can be used for tutorials at https://vivek-sahu.com.
-
Install Node and NPM from https://nodejs.org/en/download/ (Node version >= 12.x, npm version >= 6.x)
-
Clone this repository:
git clone https://github.com/viv1/super-basic-webapp.git -
Go to root of the project.
cd super-basic-webapp -
Run:
npm installon project root. You should see anode_modulesfolder added to the project. -
Run:
node server.js, and open http://127.0.0.1:3000 on your favourite browser to verify that you see aCongrats! This works.message.