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

Latest commit

 

History

History
25 lines (17 loc) · 408 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 408 Bytes

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