jianhuagao/electron-react-tailwindcss is built on the following main stack:
- Jest – Javascript Testing Framework
- Node.js – Frameworks (Full Stack)
- React – Javascript UI Libraries
- Sass – CSS Pre-processors / Extensions
- JavaScript – Languages
- TypeScript – Languages
- Webpack – JS Build Tools / JS Task Runners
- Autoprefixer – CSS Pre-processors / Extensions
- Electron – Cross-Platform Desktop Development
- ESLint – Code Review
- PostCSS – CSS Pre-processors / Extensions
- React Router – JavaScript Framework Components
- Prettier – Code Review
- css-loader – CSS Pre-processors / Extensions
- Tailwind CSS – Front-End Frameworks
Full tech stack here
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
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package