Skip to content

stowns/electron-typescript-react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-typescript-react-starter

a custom configuration of electron-webpack-quick-start with typeorm via sql.js for portable persistent storage, react-redux for state-management, formik for form-building, bootstrap-grid for layout styling and Photon for native app styling.

Make sure to check out electron-webpack's documentation for available plugins and add-ons.

Quickstart

yarn install
yarn dev

Development Scripts

# run application in development mode
yarn dev

# compile source code and create webpack output
yarn compile

# `yarn compile` & create build with electron-builder
yarn dist

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