Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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