A small repository to demonstrate how to build a Tauri project that is using NextJS + Typescript as a frontend framework with Bazel.
This project is using git LFS
. After cloning it, remember to run the following commands
git lfs install
git lfs pull
To run Tauri in development mode just run
bazel run :dev
To bundle your app just run
bazel run :bundle
If you are interested in running or building the frontend only run
bazel run :next-dev
bazel run :next-build
This has been tested successfully on macOS M1.
You can retrieve the output app from dist/bin/bundle.sh.runfiles/app/src-tauri/target/release/bundle