/static-server

Simple localhost for HTML

Primary LanguageJavaScript

Easy way to get localhost for .html files. Just:

  1. npm i
  2. Put your static files to /public
  3. node index.js
  4. Enjoy localhost:3000!