Skip to content

Commit

Permalink
chore: fixing some weird conflict with Josh\'s suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Jan 4, 2024
1 parent f6d9ead commit c221e66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/docs/tutorials/noirjs_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@ At this point in the tutorial, your folder structure should look like this:
│ └── main.nr
└── target
└── circuit.json
If you want to explore Nargo, feel free to go on a side-quest now and follow the steps in the [getting started](../getting_started/create_a_project.md) guide. However, we want our app to run on the browser, so we can use Vite. Feel free to use [other frameworks](https://github.com/noir-lang/awesome-noir?tab=readme-ov-file#boilerplates).
```

:::

### Node and Vite

If you want to explore Nargo, feel free to go on a side-quest now and follow the steps in the [getting started](../getting_started/create_a_project.md) guide. However, we want our app to run on the browser, so we need Vite.
If you want to explore Nargo, feel free to go on a side-quest now and follow the steps in the
[getting started](../getting_started/create_a_project) guide. However, we want our app to run on the browser, so we need Vite.

Vite is a powerful tool to generate static websites. While it provides all kinds of features, let's just go barebones with some good old vanilla JS.

Expand Down

0 comments on commit c221e66

Please sign in to comment.