create-modern-template

Modern HTML Starter Template

Usage no npm install needed!

<script type="module">
  import createModernTemplate from 'https://cdn.skypack.dev/create-modern-template';
</script>

README

Modern HTML Starter Template

License: MIT

logo

Description

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

Homepage

https://moderntemplate.site/

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

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.

Author

License

This project is open source and available under the MIT License.