randy8891 / node-expressjs-webapp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 !!! :)

About

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

License:GNU General Public License v3.0


Languages

Language:HTML 61.5%Language:JavaScript 25.3%Language:CSS 13.2%