create-react-ts-less-app-v1
v2.0.0
Published
a scaffold of React.js + TypeScript + Webpack5
Maintainers
Readme
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-appcd my-appnpm run startBuilding
npm run buildPS: if you use VSCode and get an error of use '--jsx' flag before writing jsx, please change the TypeScript version to workspace version
Enjoy : )
