An example react project including tests with vite(st) + react.
To run this example, run npm install and then one of the following babashka tasks:
bb devThis will start squint watch and vite dev server. The compiled files will be
generated in public/js.
bb test:watchThis will start squint watch on tests and vitest test watcher. The files
will be generated in public/test.
bb buildThis will generate a production ready build in public/dist and a bundle status
report in the root of the project ./bundle-visualization.html.