cra-template-ts
v1.0.1
Published
A progressive web app template for Create React App and TypeScript.
Downloads
66
Maintainers
Readme
cra-template-ts
An progressive web app template for Create React App, using TypeScript.
To use this template add --template ts
when creating a new app:
# npm
npx create-react-app my-app --template ts
# npm local
npx create-react-app my-app --template file:./cra-template-ts
Learn more
The Create React App documentation has more details on using this template to create your PWA.