An open API service indexing awesome lists of open source software.

https://github.com/theunderscorer/electron-boilerplate-react

Simple boilerplate for electron with react
https://github.com/theunderscorer/electron-boilerplate-react

Last synced: 3 months ago
JSON representation

Simple boilerplate for electron with react

Awesome Lists containing this project

README

        

# Electron boilerplate react

This project is an simple boilerplate that I use for my projects with electron. The boilerplate consists of:

- React (via create create-react-app)
- Typescript
- Redux
- Material UI
- Router
- Storybook

### How to start

1. `git clone` this repo
2. `npm install`
3. `npm run electron-dev`

### How to build

1. `electron-pack`

### How to test

1. `npm run test`