First, clone the repo via git and install dependencies:
git clone --depth 1 --single-branch https://github.com/melon-husk/electron-react-tailwind-jit-boilerplate your-project-name
cd your-project-name
yarnStart the app in the dev environment:
yarn startTo package apps for the local platform:
yarn package