This repo serves as a template for any static html sites that we have to create.
This template is only meant to support modern browsers. We freely use modern features such as web components.
live-server
is used because ES6 modules cannot be executed when running file:///C:/index.html
.
git clone https://github.com/hunterwebapps/static-site-template.git {new site name}
cd
into {new site name} folderrm -rf .git
folder to clear git history- Update
meta
tags inindex.html
npm install
npm run dev
Replace the contents of this README with contents relevant to the new site.