Skip to content

A template that includes all the important boilerplate for Hunter Web Apps to quickly start a new static site.

Notifications You must be signed in to change notification settings

hunterwebapps/static-site-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hunter Web Apps

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.

Install Steps

  1. git clone https://github.com/hunterwebapps/static-site-template.git {new site name}
  2. cd into {new site name} folder
  3. rm -rf .git folder to clear git history
  4. Update meta tags in index.html
  5. npm install
  6. npm run dev

Final Step

Replace the contents of this README with contents relevant to the new site.

About

A template that includes all the important boilerplate for Hunter Web Apps to quickly start a new static site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published