10 lines
334 B
Markdown
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.
|