Try Shipping Elements
You can use a working example of Shipping Elements in our demo site.- Using the Shippo web app, get your Shippo token. For testing, we recommend you use your Shippo test token
- Use your Shippo token to create a JWT using the
authzendpoint. Replace<API_TOKEN>with your token
Run Shipping Elements locally
You can also run Shipping Elements on your local system. Before you begin, you must have Node installed. Complete the following steps to run Shipping Elements locally.- Clone or download the following repository to local system https://github.com/goshippo/shipping-elements-react-demo
- Using your console, navigate to the project directory
- Run the following command to install the project dependencies
- Run the following command to run the application in development mode
- Open http://localhost:3000 in your browser to view and interact with the application