Skip to content

A minimalistic and modern template for a quick start HTML5-based web project. Includes basic structure with clean and semantic code, adaptive markup, support for modern standards and ready-to-use tools for fast development. Ideal for creating one-page websites, prototypes or training projects.

License

Notifications You must be signed in to change notification settings

mrnko/modern-html5-starter-template

Repository files navigation

Modern HTML5 Starter Template

mrnko - modern-html5-starter-template stars - modern-html5-starter-template forks - modern-html5-starter-template

A minimalistic and modern template for a quick start HTML5-based web project. Includes basic structure with clean and semantic code, adaptive markup, support for modern standards and ready-to-use tools for fast development. Ideal for creating one-page websites, prototypes or training projects.

Usage

  1. To work with this html5 starter template in a new project, clone all the contents of the repository using the command: git clone https://github.com/mrnko/modern-html5-starter-template.git
  2. While in the root folder of the project, run the command npm i, which will install all the dependencies in package.json.
  3. Enjoy the development of your new project 😀

NPM scripts

The project allows you to call the required system npm scripts via command line / terminal.

  • npm run sass-watch — Convert SCSS style files from the styles folder to CSS files in the css folder and start watching for any changes. Whenever you modify a SCSS file, it automatically recompiles the CSS.
  • npm run dev — Runs both SCSS watching and a local development server using serve in parallel.
  • npm run build — Compile SCSS files from the styles folder into CSS in the css folder and produce a minified (compressed) CSS output suitable for production.

About

A minimalistic and modern template for a quick start HTML5-based web project. Includes basic structure with clean and semantic code, adaptive markup, support for modern standards and ready-to-use tools for fast development. Ideal for creating one-page websites, prototypes or training projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published