Download the starter kit
npx degit https://github.com/gopinav/React-TypeScript-Webpack-Starter my-app
Install dependencies
cd my-app && yarn
Run dev server
yarn start
Build
yarn build
A starter template for React projects with TypeScript and Webpack 5 with Fast refresh
JavaScript
npx degit https://github.com/gopinav/React-TypeScript-Webpack-Starter my-app
cd my-app && yarn
yarn start
yarn build