Skip to content

A ready-made frontend template based on HTML5, CSS3 and Javascript used to build scalable and robust static website

License

Notifications You must be signed in to change notification settings

deepak-terse/html5-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5 Boilerplate

A ready-made frontend template based on HTML5, CSS3 and Javascript used to build scalable and robust static website


Templates

Home Page


404


Maintenance



Prerequisites

Nothing! Just clone this project and start building your website.


Quick Start

Clone the project

git clone https://github.com/deepak-terse/html5-boilerplate.git
cd html5-boilerplate

Update dependencies (Optional)

All the dependencies and their version used are mentioned below. Used them directly or update them if important updates are available on their official website.

Add your logo to favicon (Optional)

A sample favicon is added to this website. You can visit this website (https://favicon.io/) to generate your own favicon from text, images or emojis. After you generate the favicons, add them to the code as per the instructions.

Run your website locally

Just double click on index.html file and you are up and running

Build your website

Replace the code block in the section of the index.html with your code. Add files and write code as per the guidelines and the folder structure provided.

Remove the demo folder

There's a demo folder included in this project with sample templates which are ready to use with little or no modifications based on your need. Once you complete your development, you can delete this folder from your respository just to avoid unnecessary space allocation.


Features

  • Light-weight
  • Easy to use

Project structure


html-boilerplate/
├── assets/
│   ├── icons/
│   └── images/
├── favicon_io/
├── js/
│   ├── main.js
│   └── vendor/
│       ├── jquery-3.5.1.min.js
│       ├── material.min.js
│       └── modernizr-custom.js
├── css/
|   ├── main.css
│   └── vendor/
│       └── material.min.css
├── pages/
|   ├── maintenance.html
|   └── 404.html
├── index.html
└── robots.txt


Dependencies

There are no dependencies as such for this project. You are free to add or remove any library based on your need. However, I have included the following 3 libraries which I feel should be used in any web-based project. I have included the minified version of these libraries to make it production ready for you.


Licence

MIT

Copyright (c) 2020-present, deepak-terse.

About

A ready-made frontend template based on HTML5, CSS3 and Javascript used to build scalable and robust static website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published