Skip to content

markoradak/electron-starter-reactjs-parcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron + ReactJS

Electron + ReactJS Starter

Electron starter with ReactJS that uses Parcel as a bundle along with additional set of tools listed bellow, and provides an easy to start structure to get you up and running with your Electron powered app.

What's inside?

  • Electron (v22)
  • Parcel
  • ReactJS (v18)
  • React Hot Loader
  • Styled Components (v5)
  • Styled Reset (Advanced)
  • Eslint

Quick start

$ git clone --depth 1 https://github.com/markoradak/electron-starter-reactjs-parcel my-awesome-app

$ cd my-awesome-app

$ git remote rm origin
$ git remote add origin https://github.com/user/repo.git

$ yarn
$ yarn start

License

Licensed under the MIT License, Copyright © 2018 Marko Radak.
See license for more information.