Full stack electron app boilerplate. Written in React, Typescript, Node and Electron.
just clone the repo to get started.
git clone
Contains:
- Redux store
- React / Redux devtools
- Custom theme to personalize
- Setup for light / dark mode
- Styled Components
- Routing (React Router)
- Setup for Authenticated Routes
- 100% unit test coverage
- Strongly typed
- Express App
- Suppoort for microservices architecture
- RESTful exampled Api endpoints
- 100% unit test coverage
- Strongly typed
- backend service manager (port discovery service)
- Node 14 support
- Lerna monorepo
- Husky git hooks
- Prettier
- electron packageer
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.