Boiler Plate for React + TS + Webpack 5
- install degit globally using following command
npm install -g degit
- Use the following command to download the stater kit
npx degit https://github.com/rahulteja-dev/react-ts-template.git my-app
cd my-app && npm install
npm start
npm build