Skip to content

besartmarku/e-commerce-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

115 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

E commerce App built with React, Redux, Redux-saga, GraphQL, Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors