You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/client/desktop
moonrailgun 49ab7792ba chore: upgrade desktop version to 0.0.2 2 years ago
..
.erb refactor(desktop): add render thread build and add welcome window 2 years ago
.github/workflows refactor: move all files into client 3 years ago
.vscode refactor: move all files into client 3 years ago
assets feat(desktop): support add server and remove server 2 years ago
release/app chore: upgrade desktop version to 0.0.2 2 years ago
scripts chore(desktop): add deploy script 2 years ago
src feat(desktop): when file download completed, open folder 2 years ago
test refactor: move all files into client 3 years ago
.editorconfig refactor: move all files into client 3 years ago
.gitattributes refactor: move all files into client 3 years ago
.gitignore chore(desktop): add deploy script 2 years ago
.npmrc refactor: move all files into client 3 years ago
LICENSE refactor: move all files into client 3 years ago
README.md refactor: move all files into client 3 years ago
electron-builder.yml chore: update electron build config 2 years ago
package.json feat(desktop): support add server and remove server 2 years ago
tailwind.config.js refactor: move all files into client 3 years ago
tsconfig.json refactor: move all files into client 3 years ago
yarn.lock feat(desktop): support add server and remove server 2 years ago

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

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