Quick and easy local server

Want a quick and easy local server? All you have to do is the following:

First, cd into the directory you want to serve, then run:

Code language
bash
npx serve

Then, go to <http://localhost:5000>.