responsively-app/desktop-app-rewrite
2022-11-18 16:01:33 +05:30
..
.erb Event mirorring bug fixed 2022-11-03 22:07:04 +05:30
.husky Husky test commit 2022-07-03 10:37:09 +05:30
.vscode initial app 2022-07-01 09:48:52 +05:30
assets Added custom icons for the beta version 2022-10-19 18:34:09 +05:30
release/app v1.0.0-alpha.8 2022-11-10 16:33:25 +00:00
src Adding history to store and using it for addressbar suggestions 2022-11-18 16:01:33 +05:30
. prettierignore Synced with the electron-react-boilerplate repo 2022-10-19 18:37:57 +05:30
.editorconfig initial app 2022-07-01 09:48:52 +05:30
.eslintignore initial app 2022-07-01 09:48:52 +05:30
.eslintrc.js Rotate device feature 2022-09-10 11:06:44 +05:30
.gitattributes initial app 2022-07-01 09:48:52 +05:30
.gitignore initial app 2022-07-01 09:48:52 +05:30
.prettierrc Dark mode theme support 2022-07-09 11:29:19 +05:30
CHANGELOG.md initial app 2022-07-01 09:48:52 +05:30
CODE_OF_CONDUCT.md initial app 2022-07-01 09:48:52 +05:30
declarations.d.ts Type Declarations for mp3 files 2022-09-20 12:02:15 +05:30
LICENSE initial app 2022-07-01 09:48:52 +05:30
package.json Replaced the clickOutside detection library 2022-11-12 18:53:02 +05:30
postcss.config.js initial app 2022-07-01 09:48:52 +05:30
README.md initial app 2022-07-01 09:48:52 +05:30
tailwind.config.js Functioning Navigation controls 2022-09-02 16:13:14 +05:30
tsconfig.json Synced with the electron-react-boilerplate repo 2022-10-19 18:37:57 +05:30
yarn.lock Replaced the clickOutside detection library 2022-11-12 18:53:02 +05:30


Electron React Boilerplate uses Electron, React, React Router, Webpack and React Fast Refresh.


Build Status Github Tag Discord

OpenCollective OpenCollective StackOverflow

Install

Clone the repo and install dependencies:

git clone --depth 1 --branch main https://github.com/electron-react-boilerplate/electron-react-boilerplate.git your-project-name
cd your-project-name
npm install

Having issues installing? See our debugging guide

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package

Docs

See our docs and guides here

Community

Join our Discord: https://discord.gg/Fjy3vfgy5q

Donations

Donations will ensure the following:

  • 🔨 Long term maintenance of the project
  • 🛣 Progress on the roadmap
  • 🐛 Quick responses to bug reports and help requests

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

Maintainers

License

MIT © Electron React Boilerplate