PROJECT VISION

video

In the project directory, you can run:


yarn start

Renders you app with electron

yarn build

Builds your app. you'll be able to find an installer and a localy installed version in the dist directory.

yarn release

Releases your app.

yarn electron-start

Starts the electron part of your app.

yarn electron-build

Builds the electron part of your app.
This is done using electron-builder

yarn electron-release

Releases the electron part of your app.
This is also done using electron-builder

yarn react-start

Starts your react on localhost (port 3000)
and opens it in your default browser.
The page will reload if you make edits.
You will also see any lint errors in the console.

yarn react-build

Builds the react part of your app. The build is minified and the filenames include the hashes.
If necessary, classnames and function names can be enabled for profiling purposes.
See this for more information

yarn react-serve

Starts your react on localhost (port 3000)
without opening it in your default browser.
The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Runs the tests that you've built into react.
See this for more information

yarn eject

Ejects your CRA.
Read this before performing!


This is my first CRA template, hope you like it.