Run project on local - Gianni-A/cv GitHub Wiki

How to run this project on local

No need to init npm on the project7

Install http-server on the project:

npm install http-server -g

Once is installed this package, need to run the command:

http-server

That's it, the page is able to run on localhost:8080

Source information