Quick Start Guide for the SkyPath React Demo using the Web JS SDK.
This guide is designed to help you set up and run the SkyPath React demo application with minimal setup steps. Follow these steps to get started:
Make sure you have access to the SDK which is a dependency of this Demo app.
First, clone the demo repository to your local machine:
git clone https://github.com/Yamasee/skypath-web-sdk-demo.git
cd skypath-web-sdk-demoRun the following command to install all necessary dependencies:
npm installNow, start the application:
npm run devThe application should now be running on http://localhost:5173. Open this URL in your browser to view the demo.
You can also view the deployed version of the demo here.
If you encounter any issues during the setup or have questions, please refer to the main SDK documentation or contact the SkyPath support team for assistance.
For further details on how to utilize the SDK, please refer to the full SkyPath Web SDK documentation.
Happy coding! 🚀