responsively-app/desktop-app
2023-06-23 10:27:19 +05:30
..
.erb Synced the latest with the erb repo 2023-01-09 16:35:55 +05:30
.husky Renamed to promote v1 as the main app 2022-11-22 07:52:27 +05:30
.vscode Renamed to promote v1 as the main app 2022-11-22 07:52:27 +05:30
assets Renamed to promote v1 as the main app 2022-11-22 07:52:27 +05:30
release/app chore(deps): bump socket.io-parser in /desktop-app/release/app 2023-06-16 11:44:09 +00:00
src Merge branch 'main' into devtools-extensions 2023-06-23 10:27:19 +05:30
. prettierignore Renamed to promote v1 as the main app 2022-11-22 07:52:27 +05:30
.editorconfig Initial electron app with configs 2019-08-10 08:17:13 +05:30
.eslintignore Renamed to promote v1 as the main app 2022-11-22 07:52:27 +05:30
.eslintrc.js Context menu devtools follow the devtools docking preference state 2023-02-19 15:09:28 +05:30
.gitattributes Renamed to promote v1 as the main app 2022-11-22 07:52:27 +05:30
.gitignore Renamed to promote v1 as the main app 2022-11-22 07:52:27 +05:30
.prettierrc Renamed to promote v1 as the main app 2022-11-22 07:52:27 +05:30
CHANGELOG.md Renamed to promote v1 as the main app 2022-11-22 07:52:27 +05:30
CODE_OF_CONDUCT.md Renamed to promote v1 as the main app 2022-11-22 07:52:27 +05:30
declarations.d.ts Handling Cli args to support passing URLs to open via cli 2023-01-22 11:19:34 +05:30
LICENSE Renamed to promote v1 as the main app 2022-11-22 07:52:27 +05:30
package.json Merge branch 'main' into devtools-extensions 2023-06-23 10:27:19 +05:30
postcss.config.js Renamed to promote v1 as the main app 2022-11-22 07:52:27 +05:30
postinstall.ts Changes made 2023-05-19 22:45:52 +05:30
README.md Renamed to promote v1 as the main app 2022-11-22 07:52:27 +05:30
tailwind.config.js Device manager overflow background fix 2023-01-22 09:10:48 +05:30
tsconfig.json Renamed to promote v1 as the main app 2022-11-22 07:52:27 +05:30
yarn.lock Merge branch 'main' into devtools-extensions 2023-06-23 10:27:19 +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