Clone and run for a quick way to see Electron, React JS, Tailwind and Laravel Mix in action.
This is a minimal Electron application based on the Quick Start Guide within the Electron documentation.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/wanmigs/electron-react-tailwind
# Go into the repository
cd electron-react-tailwind
# Install dependencies
npm install
# Watch file changes
npm run watch
# Run the app
npm run start
ReactJS + TailwindCSS + LaravelMix + Electron from scratch.