Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/statickit-projects/stripe-react
Examples of various payment flows with Stripe + StaticKit
https://github.com/statickit-projects/stripe-react
payments react statickit stripe
Last synced: about 1 month ago
JSON representation
Examples of various payment flows with Stripe + StaticKit
- Host: GitHub
- URL: https://github.com/statickit-projects/stripe-react
- Owner: statickit-projects
- License: mit
- Created: 2020-01-30T18:39:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T07:38:41.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T22:54:04.764Z (5 months ago)
- Topics: payments, react, statickit, stripe
- Language: TypeScript
- Homepage: https://stripe-react.now.sh
- Size: 1.4 MB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stripe React Example
How to build Stripe payment forms with React & [StaticKit](https://statickit.com).
[**Read the guide →**](https://statickit.com/guides/stripe-payments-react)
## Usage
To run this example:
```bash
git clone https://github.com/statickit-projects/stripe-react.git
cd stripe-react
npm install
npm run dev
```