responsively-app/desktop-app
dependabot[bot] 112d854b3d
Bump rimraf from 3.0.2 to 4.1.2 in /desktop-app
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 4.1.2.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v3.0.2...v4.1.2)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 22:06:40 +00:00
..
.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 Merge remote-tracking branch 'origin/main' into electron-upgrade 2023-02-19 16:34:02 +05:30
src Added about in help menu 2023-02-19 22:37:55 +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 Bump rimraf from 3.0.2 to 4.1.2 in /desktop-app 2023-02-20 22:06:40 +00:00
postcss.config.js Renamed to promote v1 as the main app 2022-11-22 07:52:27 +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 Bump rimraf from 3.0.2 to 4.1.2 in /desktop-app 2023-02-20 22:06:40 +00:00


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