Skip to content

henriquesosa/electron-intro

Repository files navigation

#Introduction to Electron.js

Build Status Release Status

An easy approach to start building apps with Electron.js

Motivation

I made this repo to a post that i wrote at Tableless talking about Electron.js.

Contains

  • Electron.js
  • Webpack
  • React
  • Redux
  • Babel
  • PostCSS
  • Jest
  • Electron Desktop
  • Electron Builder
  • TodoMVC example

Installation

Just clone the repo:

git clone https://github.com/henriquesosa/electron-intro.git
npm install

Usage

To run an application:

npm run start

Test

To test the React components:

npm test

Contribute

I used a lib called Commitizen to maintain a organized repository. So if you want to contribute, please be sure to use:

npm run commit

to run make your commits.

Build

TO-DO

License

Licensed under MIT