thecodingwhale / sample-chrome-extension

sample chrome extension build with react+redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:CSS 97.0%Language:JavaScript 3.0%Language:HTML 0.0%