This is the completed application from the tutorial Build your first app on Tezos.
Follow these steps to run it:
- Install a Tezos wallet.
- Clone this repository.
- Run
npm install
to install the application's dependencies. - Run
npm run dev
to start the application. - Open a web browser to http://localhost:4000 to see the running application.