This is a calculator application built with Next.js, Tauri, and Tailwind CSS. It provides a desktop application experience using Tauri while leveraging the power of React and Next.js for the frontend.
-
Clone the repository:
git clone https://github.com/keevenoliveira/calculator.git cd calculator
-
Install dependencies:
yarn install
-
Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup. rs | sh
or consider the official Website of Rust Language, here.
-
Start Development Server (if you need run just ):
yarn dev
-
Start desktop Server:
yarn desktop
-
Run tests:
yarn test
-
Watch Tests:
yarn test:watch
-
Lint Code:
yarn lint
- @tauri-apps/api: Tauri API for desktop integration
- next: React framework for server-side rendering
- react & react-dom:: Core React libraries
- react-toastify: Notifications
- styled-components: CSS-in-JS library
This project is licensed under the MIT License. See the LICENSE file for details.