react-stripe-elements
Moved to stripe/react-stripe-js.
File Explorer
Download Latest Version (.zip)- API_REVIEW.md
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- async.js
- async.test.js
- index.html
- main.js
- index.html
- index.js
- api.js
- index.html
- index.js
- demo.png
- Element.js
- Element.test.js
- Elements.js
- Elements.test.js
- inject.js
- inject.test.js
- PaymentRequestButtonElement.js
- PaymentRequestButtonElement.test.js
- Provider.js
- Provider.test.js
- Stripe.js
- isEqual.js
- isEqual.test.js
- shallowEqual.js
- shallowEqual.test.js
- index.js
- index.test.js
- setupJest.js
- .babelrc
- .eslintrc.yml
- .flowconfig
- .gitignore
- .prettierignore
- .prettierrc.yml
- .travis.yml
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- package.json
- README.md
- webpack.config.js
- webpack.config.prod.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/stripe-archive/react-stripe-elements
Downloads the entire project code from GitHub to your computer.
cd react-stripe-elements
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn install
Downloads and installs the libraries listed in package.json.
yarn run demo
Type this command into your terminal and run it.
yarn add react-stripe-elements
Type this command into your terminal and run it.
npm install --save react-stripe-elements
Downloads and installs the libraries listed in package.json.
yarn run test
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
