Skip to content

evgenyantipin/experiments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use this folder

The aim here is to test simple pages and make experiments with static files. For the projects without webpack-dev-server, go to the folder and then run (if you have http-server installed through npm install http-server --g:

$ http-server [pathname] [options]

To run locally, instead:

$ node bin/http-server [pathname] [options]

Then go to the address and test the project!

Check the documentation for http-server.

If you are testing using webpack-dev-server instead, you do not need http-server. Check the README.md for the folder to see the correct way to run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • HTML 0.1%