A full stack e-commerce application built with React, Redux, React Hooks, GraphQL, using Firebase and Stripe API, deployed with Heroku.
To view the app, visit: https://crwn-live-clothing-app.herokuapp.com/
-
Start the server
- Install dependencies
yarn
- Start the server on localhost
yarn start
- Install dependencies
-
Start the client
cd client/
- Install dependencies
yarn
- Start the client on localhost
yarn start