React + Electron + TypeScript + Rust
npm install --global --production windows-build-tools
OR
- .NET Framework
- Visual C++ Build Tools
npm config set python python2.7
npm config set msvs_version 2019
npm i
npm start
After running, the interface should update immediately upon saving the file.
If it doesn't, try restarting the application with npm start
.
Simply running npm start
isn't enough to compile the Rust code.
You'll need to follow these steps to see your game logic changes:
npm run build:core
npm start