cra-template-wint
v1.2.37
Published
The base TypeScript template for Create React App.
Downloads
8
Maintainers
Readme
Install template
npx create-react-app my-app --template wint
yarn create-react-app my-app --template wint
pnpm dlx create-react-app my-app --template wint
Ubuntu debug
rm -rf my-app && npx --node-options=--inspect create-react-app my-app --template wint