Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 472 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 472 Bytes

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