Skip to content

thecodingwhale/sample-chrome-extension

Repository files navigation

React Chrome Extension Sample

I use this boilerplate to help me get started: melalj/react-chrome-extension-boilerplate

Still WIP

Setup

  1. Create a file _./secrets.development.js and put the following:
export default {
    apiKey: ['YOUR_FIREBASE_API_KEY'],
    apiUrl: ['YOUR_POSTMAN_BASE_MOCK_URL'],
    productId: ['YOUR_FIREBASE_PRODUCT_ID'],
};
  1. Run yarn.
  2. Run yarn run start

About

sample chrome extension build with react+redux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published