Skip to content

harryzzp/react-mobx-fabric-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React MobX Fabric Electron Boilerplate

How to use

  1. Install node modules
yarn
  1. Start React
yarn start
  1. Start Electron
yarn estart

How to package

  1. Change DEV option to false
/* package.json */
"DEV": false,
  1. Build React and Electron
yarn build && yarn package
  1. Find your package under ./dist

About

A React MobX Fabric Electron Boilerplate.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published