Files
msw-open-music/web/README.md
heimoshuiyu aa2377df7f Replace webpack with only esbuild, replace react with preact
reduce node_modules size to only 18M

reduce js file bundle to 20%
2022-12-17 21:12:41 +08:00

10 lines
334 B
Markdown

# MSW Open Music Web Frontend
This is a React single page application. And use Preact instead of React to achieve a smaller file size.
`node_modules` only has 19M. We uses esbuild and shell scripts and build only takes a milliseconds!
## How to build
Simple run `./build.sh`, then all output files are under `./build/` directory.