Skip to content

kaashan/simple-node-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the project

This is a simple NodeJS project/app that uses express library to start a server and respond to requests.

How to run/start the server

Step 1. Ensure that project dependencies are installed by running npm install command in your preferred terminal.

Step 2. Run npm start command. This will start the node express server. Server configuration is present in server.js file.

Step 3. Open a browser and enter http://localhost:4400/ as a url. This will serve content from index.html file in your browser.

About

A simple NodeJS project/app that uses express library to start a server and respond to requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published