2.0.0 • Published 3 years ago

create-react-ts-less-app-v1 v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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 : )