Skip to content

Minimal Electron, React, TypeScript and Webpack boilerplate.

License

Notifications You must be signed in to change notification settings

kegesch/electron-react-boilerplate

Repository files navigation

Minimal Electron, React, TypeScript and Webpack boilerplate

Minimal Electron, React, TypeScript and Webpack boilerplate to help you get started with building your next app.

Table of contents

Install

Clone this repo

git clone --depth=1 https://github.com/Y0nnyy/electron-react-boilerplate.git

Install dependencies

npm install

or

yarn install

Usage

Run the app

npm run start

or

yarn start

Build the app (automatic)

npm run package

or

yarn package

Build the app (manual)

npm run build

or

yarn build

Test the app (after npm run build || yarn run build)

npm run prod
yarn prod

Code of Conduct

Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

About

Minimal Electron, React, TypeScript and Webpack boilerplate.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published