Skip to content

This project is an end-to-end example of an application(with a menubar) using React, Typescript and is being packaged with electron-forge.

Notifications You must be signed in to change notification settings

initFabian/electron-redux-ts-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron App using TypeScript and React

This project is an end-to-end example of an application(with a menubar) using React, Typescript and is being packaged with electron-forge.

Other things to note... keeping state in sync between different windows(process), the redux-electron-store was used.

The following projects were referenced:

Getting Started

# Clone the Quick Start repository
$ git clone https://github.com/initFabian/electron-redux-ts-todo

# Go into the repository
$ cd electron-quick-start

# Install the dependencies
$ npm install

# Run project
$ npm run dev

Packaging

# Package up application
$ npm run package

# Make application(create zip file)
$ npm run make

# Package application and upload it to github
$ npm run publish

About

This project is an end-to-end example of an application(with a menubar) using React, Typescript and is being packaged with electron-forge.

Topics

Resources

Stars

Watchers

Forks

Packages