Vegasvikk / electron-react-webpack-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Dependency Status devDependency Status MIT License

Built by DEVERO Current release

Minimal Electron, React and Webpack boilerplate

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

Table of contents

Install

Clone this repo

git clone https://github.com/alexdevero/electron-react-webpack-boilerplate.git

Install dependencies

npm install

or

yarn

Usage

Run the app

npm run dev

or

yarn run dev

Build the app (automatic)

npm run package

or

yarn run package

Build the app (manual)

npm run build

or

npm run build

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

npm run prod
yarn run prod

Code of Conduct

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

License

MIT © Alex Devero.

About

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

License:MIT License


Languages

Language:JavaScript 98.0%Language:CSS 2.0%