An open API service indexing awesome lists of open source software.

https://github.com/jsardev/boilerplate-hot-website

Easy static website development boilerplate
https://github.com/jsardev/boilerplate-hot-website

hot-reload html webpack

Last synced: 23 days ago
JSON representation

Easy static website development boilerplate

Awesome Lists containing this project

README

          

### Hot Website Boilerplate
This boilerplate was created to make an easy start for static websites development.
It comes with a configured webpack which handles live reloading of the changed website contents.

Webpack will automatically hot-reload changes in the `.scss` files (without browser reload)
and reload the browser on changes in the `.js` and `.html` files when running the `dev` mode (`npm run dev`).

#### How to use:

- Build production package: `npm run build`
- Development: `npm run dev`

The production package (`bundle.js` and `index.html`) will be placed in the `dist` folder.

#### To do list:

- Hot replacement of `.js` and `.html` files