pyblocks/pyblocks-gui
c0repwn3r 2e26b364ec
gui basics
2023-05-25 13:00:54 -04:00
..
.erb gui basics 2023-05-25 13:00:54 -04:00
assets gui basics 2023-05-25 13:00:54 -04:00
release/app gui basics 2023-05-25 13:00:54 -04:00
src gui basics 2023-05-25 13:00:54 -04:00
.editorconfig gui basics 2023-05-25 13:00:54 -04:00
.eslintignore gui basics 2023-05-25 13:00:54 -04:00
.eslintrc.js gui basics 2023-05-25 13:00:54 -04:00
.gitattributes gui basics 2023-05-25 13:00:54 -04:00
.gitignore gui basics 2023-05-25 13:00:54 -04:00
CHANGELOG.md gui basics 2023-05-25 13:00:54 -04:00
CODE_OF_CONDUCT.md gui basics 2023-05-25 13:00:54 -04:00
LICENSE gui basics 2023-05-25 13:00:54 -04:00
README.md gui basics 2023-05-25 13:00:54 -04:00
package.json gui basics 2023-05-25 13:00:54 -04:00
tsconfig.json gui basics 2023-05-25 13:00:54 -04:00
yarn.lock gui basics 2023-05-25 13:00:54 -04:00

README.md


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

Sponsors

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