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
- Host: GitHub
- URL: https://github.com/jsardev/boilerplate-hot-website
- Owner: jsardev
- License: mit
- Created: 2017-04-08T13:58:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T14:22:25.000Z (about 9 years ago)
- Last Synced: 2025-01-25T20:13:51.152Z (over 1 year ago)
- Topics: hot-reload, html, webpack
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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