Webpack 5 boilerplate with support of most common loaders and modules:
To run this locally:
git clone https://github.com/glook/webpack-typescript-react.git sample-project
yarn
npm install
yarn start
npm run start