simple front-end template
Boilerplate for simple web development, HTML, CSS, JavaScript
git clone https://github.com/sk-rt/static-site-boilerplate.git
cd static-site-boilerplate
yarn install #or npm install
yarn start
and open http://localhost:8080/
yarn dist