Skip to content

md-web-server/express-api-static-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A server that helps people test out websites locally

Project serves as a base for quickly copying a websites.

  1. Often websites need a server to get around cors.
  2. Downloading all of the information and adding to a /public folder.
  3. Good to go!

Install instructions:

clone project;
cd project;
rm -rf public/*;
cp ../yourWebsiteFolder/* public/;
npm install; node app.js;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published