JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q39251F
  • License MIT

A progressive web app template for Create React App and TypeScript, using Workbox.

Package Exports

  • cra-template-ts

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 --use-npm

# npm local
npx create-react-app my-app --template file:./cra-template-ts --use-npm

# yarn
yarn create react-app my-app --template ts

Learn more

The Create React App documentation has more details on using this template to create your PWA.