React Example
A collection of React examples to help you get started with building your own applications.
Quick Start
Get started with React by following these simple steps:
Clone the repository
git clone https://github.com/Solioworld/solio-protocolCd into the directory
cd solio-protocol/examples/reactInstall dependencies
pnpm installRun the development server
pnpm dev- Open http://localhost:5173 with your browser to see the result.