Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-chrome-extension-quickstart) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Chrome Extension Quickstart
React Chrome Extension Quickstart is a npm package to generate a quickstart boilerplate for creating Chrome extensions with React.
How to Use
Using this package is very simple. Just run the following command in your terminal:
npx react-chrome-extension-quickstart create <PROJECT_NAME>
** Replace <PROJECT_NAME>
with the name of your project.
This command will create a new folder containing the boilerplate files in your current directory.