Back to Farm

Farm + Solid + Electron

crates/create-farm-rs/templates/electron/solid/README.md

1.7.11425 B
Original Source

Farm + Solid + Electron

This template should help you start developing using Solid, Electron and TypeScript in Farm.

Setup

Install the dependencies:

bash
pnpm install

Get Started

Start the dev server:

bash
pnpm start

Build the app for production:

bash
pnpm build

Preview the Production build product:

bash
pnpm preview

Clear persistent cache local files

bash
pnpm clean