Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 471 Bytes

File metadata and controls

11 lines (8 loc) · 471 Bytes

Tutorial application: Create your first application

This is the completed application from the tutorial Build your first app on Tezos.

Follow these steps to run it:

  1. Install a Tezos wallet.
  2. Clone this repository.
  3. Run npm install to install the application's dependencies.
  4. Run npm run dev to start the application.
  5. Open a web browser to http://localhost:4000 to see the running application.