Back to React Hot Loader

Electron typescript

examples/electron-typescript/README.md

4.13.1337 B
Original Source

Electron typescript

Run application

First you should start to watch application folder via webpack to enable hot-reloading

bash
yarn watch

In another terminal window run application

bash
yarn start

Compile application

bash
yarn build

In another terminal window run application

bash
yarn start