Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix: fixed yarn command (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
amelnytskyi authored Feb 7, 2024
1 parent cb054e1 commit 27f5274
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cd tutorials/hello-world/frontend

```bash
yarn
yarn serve
yarn dev
```

Navigate to `http://localhost:8080/` in a browser to see the application running.
Expand Down

0 comments on commit 27f5274

Please sign in to comment.