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

reifujimura/react-ts-webpack

Repository files navigation

react-ts-webpack

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

How to use

  1. Clone template.

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

    npm install
    

    or

    yarn