https://github.com/crazyoptimist/electron-react-ts-poc
Electron React Typescript POC
https://github.com/crazyoptimist/electron-react-ts-poc
Last synced: about 1 year ago
JSON representation
Electron React Typescript POC
- Host: GitHub
- URL: https://github.com/crazyoptimist/electron-react-ts-poc
- Owner: crazyoptimist
- Created: 2021-07-22T01:11:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T01:10:18.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T22:59:04.232Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 138 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron React Typescript POC
[](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...}
```