This project is a desktop application built with React, Electron, and Vite. It allows users to create, edit, and run the app in offline mode.
- Development server setup for React with Vite
- Offline desktop app powered by Electron
- Fast development experience with HMR (Hot Module Replacement)
Follow the steps below to set up the project locally:
Make sure you have the following installed:
- Clone the repository:
git clonehttps://github.com/Gagankainthola/flow_test
Navigate into the project folder:
cd your-repo-name Install the dependencies:
npm install Development Mode To start the development server and run the app:
Run the following command:
npm run dev This will start the development server, and you can begin working on the app. Changes will be hot-reloaded.
Running the Desktop App Offline Once the app is in development mode, you can also run the Electron desktop app:
In a separate terminal window, run:
npm run electron This will start the Electron app, and you will be able to use the desktop version offline.
Contributing Feel free to open issues and create pull requests to contribute to the project.
License This project is licensed under the MIT License.
Feel free to modify the details based on your exact project setup!