https://github.com/ivanms1/electron-ipfs-test-app
https://github.com/ivanms1/electron-ipfs-test-app
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivanms1/electron-ipfs-test-app
- Owner: ivanms1
- Created: 2021-05-26T00:14:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T02:09:40.000Z (about 5 years ago)
- Last Synced: 2025-07-08T12:07:23.871Z (about 1 year ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```