Minimal Electron, React, TypeScript and Webpack boilerplate to help you get started with building your next app.
git clone --depth=1 https://github.com/Y0nnyy/electron-react-boilerplate.git
npm install
or
yarn install
npm run start
or
yarn start
npm run package
or
yarn package
npm run build
or
yarn build
npm run prod
yarn prod
Contributor Code of Conduct. By participating in this project you agree to abide by its terms.