An e-commerce application similar to Shopify built with React
Remember to replace the config
variable in your firebase.utils.js
with your own config object from the firebase dashboard! Navigate to the project settings and scroll down to the config code. Copy the object in the code and replace the variable in your cloned code.
- React
- Redux
- Redux Saga
- GraphQL
- Firebase
- Stripe
- Styled-Components
- Testing with Jest, Enzyme and Snapshot testing
# Install dependencies for server
npm install
# Install dependencies for client
npm run client-install
# Run the client & server with concurrently
npm run dev