Skip to content

Elliotclyde/lightweight-react-electron-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightweight React Electron Starter

This is a project to get you started making React Electron apps with as few tools as possible.

It uses Electron, Electron Forge, React, ReactDOM, and esbuild - and that's it!

How to get this starter:

  • git clone https://github.com/Elliotclyde/lightweight-react-electron-starter.git
  • cd lightweight-react-electron-starter
  • npm install
  • npx electron-forge import
  • npm run start

I want to know more!

Why is there a build folder and an out folder?

esbuild will transpile your JSX into JS and throw it into the "build" folder as an intermediate step. This will happen in both build and dev. When you are ready to publish your application electron forge will push the completed application into the "out" folder.

About

A lightweight starter for creating electron apps using React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published