Skip to content

Barebone template for cross platform desktop apps, featuring a FLASK powered web frontend

Notifications You must be signed in to change notification settings

blockchain-Bobby/electron-flask

 
 

Repository files navigation

Electron-Flask Bootstrap template

Contribution guidelines for this project

Dependencies

Installation

  1. Clone the repository git clone ...
  2. Install Python dependencies python -m pip install -r requirements.txt
  3. Install node modules npm install

Running the App

Start app

  • Windows: .\node_modules\.bin\electron .
  • MacOS/Linux: ./node_modules/.bin/electron .

Start app with globally (npm) installed electron

  • electron .

Run the app through your webbrowser

  • Start Flask server manually: python web_app/run_app.py

About

Barebone template for cross platform desktop apps, featuring a FLASK powered web frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.8%
  • HTML 27.3%
  • CSS 5.4%
  • JavaScript 3.5%