Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 557 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 557 Bytes

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