https://1drv.ms/u/s!AgqijGrR_73njVCZwME_9poDWToA?e=yOv2i6
This project was bootstrapped with Create React App. This can be built for native applications with the power of electron. ⚛️
After importing this project, you have to run:
This will install all modules listed as dependencies in package.json
.
In the project directory, you can run:
Runs the app on both browser and electron app with developer tools.
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.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
This is the script for electron-build command. Run this command in order to get executable file for windows or linux OS. if this command is run on Linux, it will produce Linux AppImage and if on windows, .exe file will be produced.