Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wjchumble/mini-hmr

Vite is very popular now, so I created this repo, which shows how hmr works in vite.
https://github.com/wjchumble/mini-hmr

hmr vite

Last synced: 4 months ago
JSON representation

Vite is very popular now, so I created this repo, which shows how hmr works in vite.

Awesome Lists containing this project

README

        

## Mini-hmr

Vite is very popular now, so I created this repo, which shows how hmr works in vite.

## Feature

- Simple Dev Server
- Live reload
- CSS file's hmr

## Usage

1. run `npm i`

2. run `npm run dev`

And then dev server will watch the file change in `public` directory.