This repository contains a basic Electron.js boilerplate setup with webpack for building desktop applications.
Clone the repository:
git clone https://github.com/arxsheikh/ElectronJs-webpack-tailwindcss.git
cd electron-webpack-boilerplate
Install dependencies:
npm install
Development: Start the development server:
npm run start
Build: Create a production build of the application:
npm run dist
src/
: Contains the application source files.dist/
: Output directory for bundled files.Contributions are welcome! Feel free to open issues or pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.