responsively-app/desktop-app
dependabot[bot] 2a8768cfd2
chore(deps): bump socket.io-parser in /desktop-app/release/app
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.4.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.4)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-16 11:44:09 +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 chore(deps): bump socket.io-parser in /desktop-app/release/app 2023-06-16 11:44:09 +00:00
src Merge pull request #973 from responsively-org/release-notes-dislog-design 2023-06-16 13:03:57 +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 #930 from monalisamsteccentric/fix/post-install 2023-06-16 17:13:06 +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 pull request #942 from responsively-org/dependabot/npm_and_yarn/desktop-app/socket.io-parser-4.2.3 2023-06-16 17:11:58 +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