UNPKG

cra-template-js

Version:

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

21 lines (13 loc) 546 B
# cra-template-js An progressive web app template for [Create React App](https://github.com/facebook/create-react-app), using TypeScript. To use this template add `--template js` when creating a new app: ```sh # npm npx create-react-app my-app --template js --use-npm # npm local npx create-react-app my-app --template file:./cra-template-js --use-npm # yarn yarn create react-app my-app --template js ``` ## Learn more The [Create React App documentation](https://cra.link/PWA) has more details on using this template to create your PWA.