This template should help you start developing using React and TypeScript in Farm.
Install the dependencies:
pnpm install
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