responsively-app/desktop-app-rewrite
2022-09-02 16:13:14 +05:30
..
.erb Moved the browser sync initialization to preload file 2022-07-03 10:28:40 +05:30
.github initial app 2022-07-01 09:48:52 +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 initial app 2022-07-01 09:48:52 +05:30
release/app initial app 2022-07-01 09:48:52 +05:30
src Functioning Navigation controls 2022-09-02 16:13:14 +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 initial app 2022-07-01 09:48:52 +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
LICENSE initial app 2022-07-01 09:48:52 +05:30
package.json Functioning Navigation controls 2022-09-02 16:13:14 +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 initial app 2022-07-01 09:48:52 +05:30
yarn.lock Functioning Navigation controls 2022-09-02 16:13:14 +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