Package Exports
- cra-template-ts
- cra-template-ts/template.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cra-template-ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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-tsLearn more
The Create React App documentation has more details on using this template to create your PWA.