A Buildspace project. Build a Web3 app on Solana with React and Rust.
Install the dependencies...
cd gif-frontend
yarn install
...then start webpack:
yarn dev
Navigate to localhost:8080. You should see your app running. Edit a component file in src
, save it, and the page should reload with your changes.