Skip to content

goshippo/shipping-elements-react-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shipping Elements React Example

An example implementation of Shippo's Shipping Elements in React using Create React App.

For more information on Shippo's Shipping Elements, see the Shipping Elements documentation.

Overview

The Shipping Elements SDK is installed at public/index.html and with the bulk of the implementation in src/App.js. When running the application you will be prompted to enter an authentication token. You can use a session token from our authz endpoint or an API token. If you do not have a Shippo account, you can sign up for one here.

View the live demo of this repository at https://goshippo.github.io/shipping-elements-react-demo/

Development

This project requires Node.

To run this project in your local system follow these steps.

  1. Clone or download this repository
  2. In the project directory run the following command to download the project dependencies
npm install
  1. Run the following command to run the application in development mode
npm start
  1. Open http://localhost:3000 to view it in your browser

The page will reload if you make edits. You will also see any lint errors in the console.

About

A demo of Shipping Elements built in React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published