cra-template-chrome-extension-react
v0.0.5
Published
Template for Create React App to develop chrome extensions.
Downloads
3
Maintainers
Readme
cra-template-chrome-extension-react
This is a template for Create React App to develop chrome extensions.
To use this template, add --template chrome-extension-react
when creating a new app.
For example:
npx create-react-app new-app-name --template chrome-extension-react
About this package
- Create a typescript project for developing chrome extensions.
How to create ready-to-publish extensions
- Run 'npm install' to install required dependencies
- Run 'npm run build' to build the package. By default, the output will be in the 'dist' folder.
- Zip the 'dist' folder and upload them to Google Chrome Developer Portal/Dashboard
For more information, please refer to:
- Getting Started – How to create a new React app.
- Getting Started – How to create a Chrome extension.