Skip to content

oscrouter/oscrouter-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pretty much minimum Electron + TypeScript + React + webpack boilerplate. Period.

This boilerplate is based on electron-webpack-quick-start.

What's the point?

  • Live reload for both renderer and main processes so you can develop-and-check really fast iteratively.
  • Use of electron-builder to package and build a distributable electron application.
  • Use of npm instead of yarn.

Development Scripts

# run application in development mode
npm run dev

# compile source code and create webpack output
npm run compile

# `npm run compile` & create build with electron-builder
npm dist

# `npm run compile` & create unpacked build with electron-builder
npm run dist:dir

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published