React app template with TypeScript and Webpack. That also configured ESLint, Jest, Storybook and Storyshots.
-
Clone template.
git clone https://github.com/reifujimura/react-ts-webpack.git <your-app-name> cd <your-app-name>
-
Initialize project.
npm install
or
yarn