Kitchen Command Center

Using React, Typescript, Electron, and Webpack

To run this project.

  • Install the dependencies
  npm install
  • Now run these two commands in separate consoles.
  npm run dev:react
  npm run dev:electron
  • Electron Packager requires Node >= 10.12.0