Skip to content

ninocamdzic/my-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.