Rice-plate is my frontend app boilerplate for developping with SvelteKit.
Read this installation to install Bun. Clone this repository to your local and run bun install
.
DON'T use npm, yarn, pnpm or other package managers!!!
Search Bar > Show and Run Command (Shift + Command + P) > Tasks: Run task Tasks are already configured to use Bun.
Use MSW for mock testing. Write handlers to src/mocks/handlers.ts
. MSW is loaded only when development mode. See src/hooks.client.ts
and src/hooks.server.ts
.
Create .env
file in root dir and set two values: ENABLE_MSW_SERVER, PUBLIC_ENABLE_MSW_CLIENT
as true
if you want to use msw.