Simple website that only uses HTML, CSS and Javascript.
Before you can run the local web server that will allow you to see your website, you need to install some dependencies. This is done with the following command, which you can execute with Git Bash:
npm install
Run the web server by executing the following command with Git Bash:
npm run start