Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 363 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 363 Bytes

Electron app.

Basic setup with React, Typescript and Webpack.

To run this project.

  • Clone this repo
  git clone https://github.com/elisealcala/electron-react-ts.git
  • Install the dependencies
  npm install
  • Now run these two commands in separate consoles.
  npm run dev:react
  npm run dev:electron