No description
Find a file
2024-07-29 21:36:12 +02:00
public Inital commit 2024-07-28 21:13:31 +02:00
src I really don't like Microsoft or typescript. Goodbye 2024-07-29 21:36:12 +02:00
.gitignore Add .gitignore 2024-07-28 21:35:56 +02:00
farm.config.js I really don't like Microsoft or typescript. Goodbye 2024-07-29 21:36:12 +02:00
index.html Inital commit 2024-07-28 21:13:31 +02:00
package.json Inital commit 2024-07-28 21:13:31 +02:00
pnpm-lock.yaml Inital commit 2024-07-28 21:13:31 +02:00
README.md Inital commit 2024-07-28 21:13:31 +02:00
svelte.config.js Inital commit 2024-07-28 21:13:31 +02:00
tsconfig.json Inital commit 2024-07-28 21:13:31 +02:00
tsconfig.node.json Inital commit 2024-07-28 21:13:31 +02:00

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