https://github.com/julien040/flish-app
https://github.com/julien040/flish-app
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/julien040/flish-app
- Owner: julien040
- Created: 2021-12-09T00:38:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T14:03:43.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T18:59:55.550Z (11 months ago)
- Language: TypeScript
- Size: 4.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flish App
## To Use
```bash
npm start
```
## Re-compile automatically
To recompile automatically and to allow using [electron-reload](https://github.com/yan-foto/electron-reload), run this in a separate terminal:
```bash
npm run watch
```