Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crazyoptimist/electron-react-ts-poc
- Owner: crazyoptimist
- Created: 2021-07-22T01:11:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T01:10:18.000Z (over 3 years ago)
- Last Synced: 2024-10-03T21:41:16.545Z (about 1 month 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
[![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...}
```