Skip to content

seronly/Modern-HTML-Starter-Template

 
 

Repository files navigation

Modern HTML Starter Template

License: MIT

logo

Description

This template is made to help you create modern, fast and completely secure progressive web applications

Includes

  • All Meta & Link Tags
  • HTML5 Tags & CSS3 Props
  • CSS & JavaScript Modules
  • Offline First Service Worker
  • manifest.json
  • AMP Project
  • All Security Headers
  • Express.js Server
  • netlify.toml
  • robots.txt
  • sitemap.xml
  • browserconfig.xml
  • .gitignore
  • README.md
  • Creative Error 404 Page
  • And More

Homepage

https://moderntemplate.site/

Last Update: 2021-01-31

Node.js CLI

https://www.npmjs.com

VSCode HTML Snippet

https://marketplace.visualstudio.com

Enter modernsnippet or HTML Modern Snippet in VSCode Extensions

Installation

yarn create modern-template
# or
npm init modern-template
# or
npx create-modern-template

Flags

--yes / -y -> skip questions
--git / -g -> initialize git
--install / -i -> install dependencies

Usage

Development Server

npm run dev / yarn dev

Production Server

npm start / yarn start

Don't forget to change APP_WHATEVER.

Tests

Lighthouse

lighthouse

WebPageTest

webpagetest

SecurityHeaders

securityheaders

AMP

amp

Author

License

This project is open source and available under the MIT License

About

Modern HTML Starter Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 65.9%
  • JavaScript 26.3%
  • CSS 7.8%