No description
| public | ||
| src | ||
| .gitignore | ||
| index.html | ||
| jsconfig.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| svelte.config.js | ||
| vite.config.js | ||
| wrangler.toml | ||
Farm + Svelte
This template should help you start developing using Svelte and TypeScript in Farm.
Setup
Install the dependencies:
pnpm install
Get Started
Start the dev server:
pnpm start
Build the app for production:
pnpm build
Preview the Production build product:
pnpm preview
Clear persistent cache local files
pnpm clean