Files
msw-open-music/web/README.md
heimoshuiyu ec0dad00ef Replace react with preact
reduce js file bundle to 20%
2022-12-04 20:17:59 +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.