0.0.3 • Published 3 years ago

cra-template-webext v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cra-template-webext

Experimental

This will be the WebExtension template to create browser extensions with Create React App. Contributions and feedback welcomed.

To use this template, add --template webext when creating a new app.

For example:

npx create-react-app my-app --template webext

# or

yarn create react-app my-app --template webext

For more information, please refer to:

  • Getting Started – How to create a new browser extension.
  • User Guide – How to develop browser extensions bootstrapped with Create React WebExt.