Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harryheman/modern-html-starter-template
Modern HTML Starter Template
https://github.com/harryheman/modern-html-starter-template
boilerplate css css3 html html5 javascript js snippet template
Last synced: 4 days ago
JSON representation
Modern HTML Starter Template
- Host: GitHub
- URL: https://github.com/harryheman/modern-html-starter-template
- Owner: harryheman
- License: mit
- Created: 2020-11-15T09:49:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T11:31:14.000Z (7 months ago)
- Last Synced: 2025-01-10T18:13:51.046Z (11 days ago)
- Topics: boilerplate, css, css3, html, html5, javascript, js, snippet, template
- Language: HTML
- Homepage: https://moderntemplate.site
- Size: 7.96 MB
- Stars: 839
- Watchers: 38
- Forks: 115
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modern HTML Starter Template
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
![logo](./img/logo.png)
## 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://mhst.netlify.app/](https://mhst.netlify.app/)
## Usage
### Development Server
```bash
npm run dev / yarn dev
```### Production Server
```bash
npm start / yarn start
```## Tests
### Lighthouse
![lighthouse](./img/lighthouse.png)
### WebPageTest
![webpagetest](./img/webpagetest.png)
### SecurityHeaders
![securityheaders](./img/securityheaders.png)
### AMP
![amp](./img/amp.png)
## Author
- [Igor Agapov](https://github.com/harryheman)
## License
This project is open source and available under the [MIT License](LICENSE)