An open API service indexing awesome lists of open source software.

https://github.com/crazyoptimist/crown-clothing-react

E-Commerce Store POC built with React
https://github.com/crazyoptimist/crown-clothing-react

Last synced: about 1 year ago
JSON representation

E-Commerce Store POC built with React

Awesome Lists containing this project

README

          

# E-Commerce Store POC built with React

## Used Stack:

React, Redux(with Saga), Hooks, Context API, Firebase, Stripe, GraphQL + Apollo

## Deploy

Initially deployed using a buildpack like so:

```bash
heroku create $APP_NAME --buildpack mars/create-react-app
```

Deploy command is simply:

```bash
git push heroku main
```

Deployed to:

```bash
https://crown-crazy.herokuapp.com
```