Skip to content

dotjoshrc/electron-typescript-react-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron, TypeScript, and React Template

The goal of this base project is to have a solid base structure without all that hidden crap that other boilerplates use and hide any actual examples of how it works.

I personally love Semantic UI for the UI base, but you can easily swap it out for something else.

References/Dependencies

Basic Scripts

# Install deps, build, and watch for changes. If main process changes, electron will reload.
npm run dev

# Builds in development mode
npm run build:dev

# Builds in production mode
npm run build:prod

# Builds the electron application in a directory (for testing)
npm run pack

# Builds the electron application
npm run dist

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors