Tech Stack

jianhuagao/electron-react-tailwindcss is built on the following main stack:

Full tech stack here

Install

Clone the repo and install dependencies:

git clone --depth 1 --branch main https://github.com/jianhuagao/electron-react-tailwindcss.git your-project-name
cd your-project-name
npm install

Having issues installing? See our debugging guide

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package