An ecommerce shop built with React
To view the live version, check out this link: https://react-ecommerce-shop-live.herokuapp.com/
You can see the fork button in the top right corner of every GitHub project; click it and a copy of the project will be added to your GitHub profile under the same name as the original project.
After forking the project, simply clone it the way you would from the new forked project in your own GitHub repository and you can commit and push to it freely!
yarn
or npm install
to buid all the dependencies in the project.config
variable with your own firebase snippet or you can use the local data.json to import data.publishableKey
variable in the stripe-button.component.jsx
with your own publishable key from the stripe dashboard. This allows you to simulate the payment checkout process.