henrhie / tauri-react-parcel-template

Tauri starter pack using parcel as bundler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tauri-react-parcel-template

Tauri starter pack using parcel as bundler

Requirements:

here

Instructions

1- install dependencies

#npm
npm install

#yarn
yarn

2- Run the App in development mode:

#npm
npm run tauri:dev

#yarn
yarn tauri:dev

note that the first run will take time as tauri download and compile dependencies.

Production

run:

#npm
npm run tauri:build

#yarn
yarn tauri:build

Note:

tested on:

  • windows 10

About

Tauri starter pack using parcel as bundler


Languages

Language:TypeScript 45.0%Language:CSS 36.7%Language:Rust 10.6%Language:HTML 7.6%