This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
open an electron window on the desktop
it combines both of the previous command, it runs the react server and open a desktop window (you need to refrech the window when the server is fully loaded)
run this command on the terminal to install dependencies "npm install" if electron installation error occured use: sudo npm install electron --save-dev --save-exact --unsafe-perm=true --allow-root install node-sass using: sudo npm install --save --unsafe-perm node-sass
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.