Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 300 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 300 Bytes

My Blog

Running

The blog needs to run on a web-server. A simple web-server we can use is http-server.

  1. Run npx http-server in the root folder of the project.
  2. Now open http://localhost:8080 in your browser and navigate to the project folder.