Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 695 Bytes

File metadata and controls

39 lines (24 loc) · 695 Bytes

electron_vite_react_flutter_example

An electron project that combines vite, react, and flutter.

Getting Started

I just build this example for fun haha

Install

Make sure you have flutter installed, just run yarn install to install both npm and flutter dependencies:

yarn install

Run Project

To run the project, first open a terminal and run yarn start:flutter to start the flutter web dev server:

yarn start:flutter

Then open another terminal and start the electron process:

yarn start

Build Project

Run yarn pacakage for a quick review of the built project:

yarn package

The built project project will be placed inside the out folder.