Skip to content

BednarskiMat/frontEnd-reloadServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple web server that can be used to serve content. The server is live reload and does not need to be restarted every time a change is made, simply refresh the page.

To get started:

  1. clone from github or download and extract the zip
  2. navigate to directory with this project and run [ npm install ] to install the dependencies needed
  3. to start the server run [ npm start ]
  4. Navigate to localhost:3000

Note:

if more than the index.html page is added the route would be localhost:3000/that_page.html - for example: localhost:3000/about.html when a change is made to code, refresh the browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published