Install :
npm installnpm run flow-typednpm run rebuild
Run :
-
npm run dev(start both main and renderer)Or in separate consoles:
npm run hot-servernpm run start-hot
// Run the following from the Console tab of your app's DevTools require('devtron').install()
Package app:
npm run package-linuxnpm run package-macnpm run package-win