Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vonderklaas/stripe-payments

Go through React store, made with React Context API + TypeScript. You can add, remove products from cart and checkout to Payment, which comes from Stripe API
https://github.com/vonderklaas/stripe-payments

context-api react stripe

Last synced: 15 days ago
JSON representation

Go through React store, made with React Context API + TypeScript. You can add, remove products from cart and checkout to Payment, which comes from Stripe API

Awesome Lists containing this project

README

        

### Stripe Payments

Go through React store, made with React Context API + TypeScript. You can add, remove products from cart and checkout to Payment, which comes from Stripe API

### How to run?

1 - CLONE PROJECT

```
git clone
```

2 - INSTALL PACKAGES

```
npm i
```

3 - ENTER VARIABLES

```
STRIPE_SECRET_KEY=
```

4 - RUN SERVER (server folder)

```
npm run dev
```

5 - RUN CLIENT (client folder)

```
npm run dev
```