Skip to content

viv1/super-basic-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is a simple Express app to be used in tutorials.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published