Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crazyoptimist/electron-react-ts-poc

Electron React Typescript POC
https://github.com/crazyoptimist/electron-react-ts-poc

Last synced: 13 days ago
JSON representation

Electron React Typescript POC

Awesome Lists containing this project

README

        

# Electron React Typescript POC

[![CircleCI](https://circleci.com/gh/CrazyOptimist/electron-react-ts-poc/tree/main.svg?style=svg)](https://circleci.com/gh/CrazyOptimist/electron-react-ts-poc/tree/main)

#### Description

This demonstration is bootstrapped with below command:

```
yarn create electron-app electron-react-ts-poc --template=typescript-webpack
```

For more info:
https://www.electronforge.io/guides/framework-integration/react-with-typescript

#### Configure CircleCI pipeline

Context `global`

```ini
CIRCLE_TOKEN=xxx
```

Context `electron-react-ts-poc`

```ini
AWS_ACCESS_KEY_ID=xxx
AWS_SECRET_ACCESS_KEY=xxx
AWS_REGION=us-east-1
BUCKET_NAME={your-bucket-name/your-folder-name/downstream-nested-folder-name...}
```