Nothing! Just clone this project and start building your website.
git clone https://github.com/deepak-terse/html5-boilerplate.git
cd html5-boilerplate
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.
- JQuery (3.5.1) - https://jquery.com/
- Material Design Lite (1.3.0) - https://getmdl.io/
- Modernizr = https://modernizr.com/
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.
Just double click on index.html file and you are up and running
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.
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.
- Light-weight
- Easy to use
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
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.
- JQuery (3.5.1) - https://jquery.com/
- Material Design Lite (1.3.0) - https://getmdl.io/
- Modernizr = https://modernizr.com/
Copyright (c) 2020-present, deepak-terse.