Website development on local machine

Yes, you clone the repo, use npm init to create a package.json file (if it hasn’t one already), install lite-server (npm install lite-server -g) and run lite-server in the terminal (in the correct directory).

Or just follow this:

1 Like