https://github.com/not-nullptr/networkflyout
https://github.com/not-nullptr/networkflyout
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/not-nullptr/networkflyout
- Owner: not-nullptr
- Created: 2023-12-07T16:41:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T00:34:22.000Z (over 2 years ago)
- Last Synced: 2025-01-15T19:35:25.367Z (about 1 year ago)
- Language: TypeScript
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# networkflyout
An Electron application with React and TypeScript
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ npm install
```
### Development
```bash
$ npm run dev
```
### Build
```bash
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
```