Skip to content

PiotrekPKP/create-taux-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cec1f21 · Apr 30, 2023

History

58 Commits
Apr 8, 2023
Apr 8, 2023
Apr 8, 2023
Apr 30, 2023
Apr 7, 2023
Apr 10, 2023
Apr 7, 2023
Apr 7, 2023
Apr 7, 2023
Apr 7, 2023
Apr 7, 2023

Repository files navigation

Create Taux App

features

What is this?

It's an easy-to-use, typesafe stack based on Rust (Tauri) and Next.js. It consists of:

But why would I want to use it?

It has two main benefits: the simplicity od creating UI and type safety.

  1. The stack uses Next.js combined with @shadcn/ui which makes building iterfaces unbelievably quick.

  2. The template includes typescript type generator (which runs automatically!) that generates types for react hooks. You can call your rust code without worrying about parsing the data!

Docs (WIP)

Read the documentation here.

Installation

To create a new project, you can use the following command:

npx create-taux-app@latest