Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 824 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 824 Bytes

E-commerce

An e-commerce application similar to Shopify built with React

Set your firebase config

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.

alt text

Used technologies

  • React
  • Redux
  • Redux Saga
  • GraphQL
  • Firebase
  • Stripe
  • Styled-Components
  • Testing with Jest, Enzyme and Snapshot testing

Quick Start

# Install dependencies for server
npm install

# Install dependencies for client
npm run client-install

# Run the client & server with concurrently
npm run dev