Skip to content

kijebor/NodeJSApp2

 
 

Repository files navigation

webapp-nodejs

How to setup

  1. Install NodeJS on your local machine

https://nodejs.org/en/download

  1. Check for its installation
node -v
npm -v
  1. Run the below command to install dependencies on this folder
npm install
  1. Start the web server by running
npm start

Check the webserver on localhost:3000 of your machine in browser

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 88.2%
  • Pug 6.3%
  • Dockerfile 2.9%
  • CSS 2.6%