Electron Typescript Sass template.
This is my Electron - TypeScript - Sass template for Create React App.
to use it paste this in your terminal
npx create-react-app my-app --template electron-react-typescript
# or
yarn create react-app my-app --template electron-react-typescript
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
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. With hot reloading.
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.