Tunio Desktop client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
jeffvli 581e559fc9 add tentative scroll watcher 3 years ago
.erb convert electron main to js 3 years ago
.github update project name to sonixd 3 years ago
.vscode initial commit 3 years ago
assets initial commit 3 years ago
src add tentative scroll watcher 3 years ago
.editorconfig initial commit 3 years ago
.eslintignore initial commit 3 years ago
.eslintrc.js update lint rules 3 years ago
.gitattributes initial commit 3 years ago
.gitignore initial commit 3 years ago
.prettierrc initial commit 3 years ago
CHANGELOG.md initial commit 3 years ago
CODE_OF_CONDUCT.md initial commit 3 years ago
LICENSE change license from MIT to GPLv3 3 years ago
README.md initial commit 3 years ago
babel.config.js initial commit 3 years ago
package.json add queue to titlebar 3 years ago
tsconfig.json initial commit 3 years ago
yarn.lock add queue to titlebar 3 years ago

README.md


Electron React Boilerplate uses Electron, React, React Router, Webpack and React Fast Refresh.


Build Status Dependency Status DevDependency Status Github Tag

OpenCollective OpenCollective Good first issues open StackOverflow

Install

  • If you have installation or compilation issues with this project, please see our debugging guide

First, clone the repo via git and install dependencies:

git clone --depth 1 --single-branch https://github.com/electron-react-boilerplate/electron-react-boilerplate.git your-project-name
cd your-project-name
yarn

Starting Development

Start the app in the dev environment:

yarn start

Packaging for Production

To package apps for the local platform:

yarn package

Docs

See our docs and guides here

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