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

https://github.com/ivanms1/electron-react-typescript-parcel

Electron React Typescript and Parcel Boilerplate.
https://github.com/ivanms1/electron-react-typescript-parcel

electron parcel react typescript

Last synced: about 1 month ago
JSON representation

Electron React Typescript and Parcel Boilerplate.

Awesome Lists containing this project

README

          

## Electron React Typescript Parcel Boilerplate

### Install Dependencies

```bash
yarn
```

### Starting Development

Start the app in the `dev` environment:

```bash
yarn dev
```

### Packaging for Production

Package the app:

```bash
yarn make
```