I use this boilerplate to help me get started: melalj/react-chrome-extension-boilerplate
Still WIP
- 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'],
};
- Run
yarn
. - Run
yarn run start