This static HTML boilerplate is our go-to template when me or my team is developing a static HTML project. It has all the goodies built-in so that we don’t have to configure everything from scratch every time we start a new project.
This is very simple and straightforward. Just cloning will provide you with a package to start an HTML project.
- Uses Webpack for bundling all files and folders.
- Supports SASS.
- Outputs minified and combined CSS and JS assets.
- Has built-in support for Bootstrap.
- Has built-in support for FontAwesome.
- BrowserSync support for seamless development experience.
- Clone the repository:
git clone https://github.com/nfmohit-wpmudev/static-html-boilerplate.git
. - Install dependencies:
npm install
. - Development script:
npm run dev
. - Build Script:
npm run build
. - Archive Script:
npm run archive
.
Upon download (built state), the file structure should look like the following:
static-html-boilerplate/
├── assets/
| ├── dist/
| | ├── css/
| | | ├── main.min.css
| | ├── fonts/
| | ├── js/
| | | ├── main.min.js
| ├── src/
| | ├── fonts/
| | ├── images/
| | ├── js/
| | | ├── main.js
| | ├── sass
| | | ├── main.scss
You can sponsor this project and support my open-source development by becoming a Patron!