/NodeJSApp

Project

Primary LanguageJavaScriptMIT LicenseMIT

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