Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henrhie/tauri-react-parcel-template
Tauri starter pack using parcel as bundler
https://github.com/henrhie/tauri-react-parcel-template
Last synced: 2 months ago
JSON representation
Tauri starter pack using parcel as bundler
- Host: GitHub
- URL: https://github.com/henrhie/tauri-react-parcel-template
- Owner: henrhie
- Created: 2022-10-07T22:46:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T22:48:06.000Z (over 2 years ago)
- Last Synced: 2024-08-04T00:05:07.022Z (5 months ago)
- Language: TypeScript
- Size: 1.48 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tauri - tauri-react-parcel-template - React template with Parcel as build tool, TypeScript and hot module replacement. (Getting Started / Templates)
README
# Tauri-react-parcel-template
Tauri starter pack using parcel as bundler
## Requirements:
[here](https://tauri.app/v1/guides/getting-started/prerequisites)
## Instructions
1- install dependencies
```sh
#npm
npm install#yarn
yarn
```2- Run the App in development mode:
```sh
#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:
```sh
#npm
npm run tauri:build#yarn
yarn tauri:build
```## Note:
tested on:
- windows 10