/react-minimal-store

A react e-commerce store built with React.js, Redux, GraphQL, Opus & Styled Components.

Primary LanguageJavaScript


Minimal E-Commerce Store

View Guide »

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

Install the server and run the server.

  • npm
    cd graphql-endpoint
  • yarn
    yarn install
  • start server
    yarn start

Scandiweb Client

Ensure the server is running and start the client.

  1. clone the repo
    git clone https://github.com/kmabika/minimal-store-scandiweb
  2. install packages
    yarn install
  3. start client
    yarn start