Http-Server

Quick run

To run a local server to host the website. As running a local server isn’t in the scope of this tutorial and also isn’t essential to it, it’s only briefly mentioned.

If you have Python 3 installed, you can run the command

python3 -m http.server -d $directory_name`

If your macOS doesn’t have Python, you can install it with homebrew

brew install python3

Node

Create a quick server at the $pwd directory.

npx http-server --port 8001

References

github package

http-server npm