Skip to content

A small repository to demonstrate how to build a Tauri project that is using NextJS + Typescript as a frontend framework with Bazel

License

Notifications You must be signed in to change notification settings

marmos91/tauri-bazel-next-typescript

Repository files navigation

Tauri-bazel-next-typescript

A small repository to demonstrate how to build a Tauri project that is using NextJS + Typescript as a frontend framework with Bazel.

Before running it

This project is using git LFS. After cloning it, remember to run the following commands

git lfs install
git lfs pull

How to use

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.

Output

You can retrieve the output app from dist/bin/bundle.sh.runfiles/app/src-tauri/target/release/bundle

About

A small repository to demonstrate how to build a Tauri project that is using NextJS + Typescript as a frontend framework with Bazel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published