An ultimate scaffold of React.js + TypeScript + Less application.
Supporting css modules, static files(images) as modules without any type error,using latest Webpack(5.54.0), devserver out of box to improve your developent environment.
Getting started
npx create-react-ts-less-app-v1 my-app
cd my-app
npm run start
Building
npm run build
PS: if you use VSCode and get an error of use '--jsx' flag
before writing jsx, please change the TypeScript version to workspace version
Enjoy : )