A template to make starting a React + Electron project easier.
RET has flexible styling, compiles quickly, has component & E2E testing, CI with github, and is security optimized.
Pre-requisites
- Node 14.17.3(LTS)
Install: npm install
Run Locally: npm run dev
Build: npm run make
Test: npm run test
- E2E and Component testing with Spectron + Jest
- Optimized for Security
- CI with Github Actions
- Built on Webpack & Electron Forge
- Sub 6s development compilation
- Styled with Tailwind CSS
- CD with Github Actions
- Update Server guide