Test playground, created by create-svelte
.
Reproduction steps:
- Install dependencies with
npm install
(orpnpm install
oryarn
) - Start the dev environment:
npm run dev
- (Optional) Preview the production version:
npm run preview
- (Optional) Build a production version
npm run build