#Introduction to Electron.js
An easy approach to start building apps with Electron.js
I made this repo to a post that i wrote at Tableless talking about Electron.js.
- Electron.js
- Webpack
- React
- Redux
- Babel
- PostCSS
- Jest
- Electron Desktop
- Electron Builder
- TodoMVC example
Just clone the repo:
git clone https://github.com/henriquesosa/electron-intro.git
npm install
To run an application:
npm run start
To test the React components:
npm test
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.
TO-DO
Licensed under MIT