Simple rebar calculator app made with React and Electron.
This project was bootstrapped with Create React App, Electron, and electron-builder.
- Clone this repository.
git clone https://github.com/eliasgetachewc1988/RebarCalculator.git
- If you havent already, install Yarn globally.
npm install -g yarn
- Navigate into project and install dependencies.
cd RebarCalculator-main && npm install
- Run dev server.
yarn start
Or Use
npm run start
- Run the build process
yarn build
Or Use
npm run build
- Go into the project folder using your file explorer. Navigate to the
release
folder and open it. Then double-clickRebar Calculator Setup 0.1.0.exe
. The app should open and there should now be an icon on your desktop for this app.
Feel free to submit an issue or pull request anytime. If a change is made to the codebase with your PR, you'll be listed as a contributor.
Elias Getachew | https://github.com/eliasgetachewc1988