/node-expressjs-webapp

This is a simple web application done with Node JS and Express JS

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

node-expressjs-webapp

This is a simple web application done with Node JS and Express JS

Please clone this repo to your dev environment using below command:

git clone git@github.com:randy8891/node-expressjs-webapp.git

Then browse into node-expressjs-webapp folder and run below command to install the dependencies:

npm install

Now run below command to start the Node server:

node app

Then go to the localhost in your browser. Port is 3000

http://localhost:3000/

Now you should be able to see the home page of this simple web application powered by Node.js and Express.js

Happy Coding !!! :)