Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 566 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 566 Bytes

❤️ 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! 👍