cra-template-web-extension-typescript
v1.0.6
Published
The base TypeScript template for Create React App Extension.
Downloads
8
Maintainers
Readme
cra-template for chrome extension
Another CRA template, but this time for web extensions. It makes sense to use this package with the following CRA script: web-extension;
To use this template, add --template web-extension-typescript
when creating a new app.
For example:
npx create-react-app my-chrome-extension --scripts-version web-extension --template web-extension-typescript
# or
yarn create-react-app my-chrome-extension --scripts-version web-extension --template web-extension-typescript
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.