Renders you app with electron
Builds your app. you'll be able to find an installer and a localy installed version in the dist directory.
Releases your app.
Starts the electron part of your app.
Builds the electron part of your app.
This is done using electron-builder
Releases the electron part of your app.
This is also done using electron-builder
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.
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
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.
Runs the tests that you've built into react.
See this for more information
Ejects your CRA.
Read this before performing!
This is my first CRA template, hope you like it.