responsively-app/desktop-app
dependabot[bot] f89a5cffa7
chore(deps): bump @babel/traverse from 7.19.6 to 7.23.2 in /desktop-app
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.19.6 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 11:27:06 +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 Version bump 2023-09-23 15:36:07 +05:30
src Fixes issue #1111: Screenshot location input remains white in dark mode In Settings Dialog 2023-10-05 12:55:20 +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 pull request #1106 from responsively-org/dependabot/npm_and_yarn/desktop-app/postcss-8.4.31 2023-10-17 16:55:36 +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 chore(deps): bump @babel/traverse from 7.19.6 to 7.23.2 in /desktop-app 2023-10-17 11:27:06 +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