The blog needs to run on a web-server. A simple web-server we can use is http-server.
- Run
npx http-server
in the root folder of the project. - Now open http://localhost:8080 in your browser and navigate to the project folder.
The blog needs to run on a web-server. A simple web-server we can use is http-server.
npx http-server
in the root folder of the project.