Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 517 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 517 Bytes

Dependency Status

Electron Boilerplate

Current Implementation

  • UI written with React.
  • Scoped styles with CSS Modules.
  • Webpack with hot reloading.
  • Babel for modern syntax and transpilation.

Development

Clone the repository

git clone https://github.com/KevinGrandon/electron-boilerplate.git

Install dependencies

npm install

Start electron

npm start