The purpose of this project is to learn Electron + React by building the Calculator’s desktop app to communicate with REST api server.
You can check the server repo at electron-calculator-server
- ✏️ Normal calculator + power function
- 📡 Saving on CloudDrive for each computer
- 🖥 Desktop app powered by Electron + React
# install dependencies
$ yarn install
# set up server url in config.json
Example: {"server": "localhost:27017/storage"}
# run development mode
$ yarn start
# build for production and launch server
$ yarn make
We use electron-forge to scaffold the project , so please visit their website for more details.