electron-react-template

A electron app template that uses React.js and has some other useful tools

CC0-1.0 License

Stars
3

Electron React Template

Based off of electron quick start and expanded to have my common stack.

What's setup here?

Quick start

git clone [email protected]:LindseyB/electron-react-template.git
cd electron-react-template
npm install
npm run dev

Scripts

npm start

Run the application

npm run dev

Starts the application with webpack in watchmode using concurrently to watch both

npm run make

Build the application for distribution

npm run build

Build the webpack (render side only)

npm run build:watch

Run building webpack (render side only) in watchmode

npm run lint

Run eslint

npm run lint:fix

Run eslint with autofix enabled

npm run format

Run prettier

npm run format:fix

Run prettier with autofix enabled

Related Projects