https://github.com/yosh1/flask-electron
This is multiplatform application that developed by Flask and Electron.
https://github.com/yosh1/flask-electron
docker electron flask
Last synced: 3 months ago
JSON representation
This is multiplatform application that developed by Flask and Electron.
- Host: GitHub
- URL: https://github.com/yosh1/flask-electron
- Owner: yosh1
- Created: 2019-01-12T06:43:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-11T07:48:44.000Z (over 6 years ago)
- Last Synced: 2025-03-02T05:24:24.253Z (over 1 year ago)
- Topics: docker, electron, flask
- Language: JavaScript
- Size: 1.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask with Electron Application
This is multiplatform application that developed by Flask and Electron.
---
## How to run?
### Local
```
$ pip install Flask
$ npm install -g electron-prebuilt
$ git clone
$ npm install
$ electron .
```
### Docker
```
$ docker build -t flask-electron .
$ docker run -it flask-electron
# electron .
```