Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

reifujimura/electron-react-ts-webpack

Repository files navigation

electron-react-ts-webpack

Electron app template with React, TypeScript and Webpack. That also configured ESLint, Jest, Storybook and Storyshots.

How to use

  1. Clone template.

    git clone https://github.com/reifujimura/electron-react-ts-webpack.git <your-app-name>
    cd <your-app-name>
    
  2. Initialize project.

    npm install
    

    or

    yarn