1.1.1 • Published 2 years ago

cra-template-pwa-typescript-eslint-prettier-husky v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

pwa-typescript-eslint-prettier-husky

An progressive web app template for Create React App, using TypeScript. this app contains eslint prettier husky configuration.

To use this template, add --template pwa-typescript-eslint-prettier-husky when creating a new app.

For example:

npx create-react-app my-app --template pwa-typescript-eslint-prettier-husky
# or

yarn create react-app my-app --template pwa-typescript-eslint-prettier-husky

Learn more

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