Skip to content

ShijiMi-Soup/pywebview-with-vite-react

Repository files navigation

Pywebview with Vite React

This is a simple boilerplate to help you start with pywebview, Vite, and React. Stack is based on pywebview, React, Vite bundler, pyinstaller (Windows/Linux) and py2app (macOS).

Requirements

  • Python 3
  • Node

Tutorials

Initialization

Mac OS

npm run init
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Windows

npm run init
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt

Linux

Run in dev mode

Only the frontend

npm run dev

Build the frontend and run the backend in dev mode

npm run start

Build

npm run build

License

This project is licensed under the BSD 3-Clause License. See the LICENSE file for more details.

Third-Party Code

This project includes code from a project by Roman, used under the BSD 3-Clause License. See the LICENSE-Roman file for more details.

About

No description, website, or topics provided.

Resources

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
LICENSE-Roman

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published