Skip to content

Commit

Permalink
chore(docs): update samples
Browse files Browse the repository at this point in the history
  • Loading branch information
dpraimeyuu authored Jan 27, 2024
1 parent 02d7157 commit 7ae4d52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ let resetButton =

### Curious?

If you want to check how it looks and feels:
1. Go to `/samples/HelloWorld`.
2. Use `dotnet run` command in your favorite terminal.
3. Navigate to `http://localhost:5000` in your browser of choice.
Here are some examples you might find interesting:
- [Hello World](./samples/HelloWorld)
- [Simple Heroes Management web application](https://github.com/dpraimeyuu/heroes-management-falco-htmx-sqlite-donald)

## Kudos

Expand Down
3 changes: 3 additions & 0 deletions samples/HelloWorld/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### How to start
1. Use `dotnet run` command in your favorite terminal.
2. Navigate to `http://localhost:5000` in your browser of choice.

0 comments on commit 7ae4d52

Please sign in to comment.