Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 469 Bytes

Readme.md

File metadata and controls

25 lines (20 loc) · 469 Bytes

Webpack boilerplate for react-typescript

package manager : yarn


Webpack + Babel + React + react-router-dom + Typescript + ESLint


├── Readme.md
├── babel.config.js
├── package.json
├── public
│   └── index.html
├── src
│   ├── App.tsx
│   └── index.tsx
├── tsconfig.json
├── webpack.common.js
├── webpack.dev.js
├── webpack.prod.js
└── yarn.lock