Use this quickstart guide to help understand what Shipping Elements is, see how it looks and works, and quickly setup your own application. This is one example implementation created in React using the CreateReactApp. For more information on integrating Shipping Elements into your own website, follow the rest of the Shipping Elements guide.Documentation Index
Fetch the complete documentation index at: https://docs.goshippo.com/llms.txt
Use this file to discover all available pages before exploring further.
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