Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Airwallex Payment Elements with React Typescript

This directory contains the React and Typescript implementation of Airwallex Payment Element.

Requirements

  • node.js
  • npm or yarn package manager

Installation and Development

  1. Clone the root airwallex-payment-demo project to your local machine

git clone https://github.com/airwallex/airwallex-payment-demo

  1. Navigate into the react directory with cd integrations/react-ts

  2. Install the package with yarn or npm install

  3. Run the project in development mode with npm start or yarn start. See the project at localhost:3000

Usage

Each of the payment methods are written as a separate component found in the /src/components folder.

Authors

Olivia Wei, Josie Ku and Yifan Leng