Poker Trainer
Version this application is run on:
NPM: 8.17.0
Rust: 1.62.0
Available Scripts
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
How I run Tauri:
Webstorm
Run React with npm start
For Windows 10 you open a terminal and go to the top level directory of the poker-trainer application. Once you are there you run the command npm run tauri dev
For VS Code:
You have multiple ways to run React and Rust using VS Code:
- VS Code supports multiple debug console with
launch.json
- You can run the code manually (I would recommend this option)
To run React you run the command npm start
To run Tauri you run the command npm run tauri dev
Final Result of running Tauri:
If this is done correctly you should have a small application on your taskbar with Tauri running (not through a web browser)
Libraries:
Front end (React):
Material UI (MUI) - slider property
Resources:
[3] Lucidchart
[4] Icons