lolhost

Node based static web server... lol

Usage no npm install needed!

<script type="module">
  import lolhost from 'https://cdn.skypack.dev/lolhost';
</script>

README

❤️ lolhost

Install lolhost

>_ npm install lolhost

OR

>_ yarn add lolhost

Steps to start localhost with lolhost 😉

1. Create index.js file under root directory

// require('lolhost')(<port number>)
require('lolhost')(8000);

2. Run index.js file

>_ node index.js

Now you are good to go! 👍