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
- Host: GitHub
- URL: https://github.com/crazyoptimist/crown-clothing-react
- Owner: crazyoptimist
- Created: 2021-04-15T22:56:14.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T17:20:09.000Z (over 4 years ago)
- Last Synced: 2025-02-05T23:00:51.896Z (over 1 year ago)
- Language: JavaScript
- Size: 3.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```