This template should help you start developing using React and TypeScript in Farm.
Install the dependencies:
pnpm installStart the dev server:
pnpm startBuild the app for production:
pnpm buildPreview the Production build product:
pnpm previewClear persistent cache local files
pnpm clean