You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/axum.mdx
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,20 @@
1
1
---
2
2
title: "Hello World"
3
-
'og:title': "Hello World with Axum - Shuttle Docs"
4
-
description:
5
-
"Axum is a web application framework that focuses on ergonomics and
3
+
"og:title": "Hello World with Axum - Shuttle Docs"
4
+
description: "Axum is a web application framework that focuses on ergonomics and
6
5
modularity."
7
6
---
8
7
9
8
This section revolves around simple Axum examples you can get quickly started with by following these 3 steps:
9
+
10
10
1. Initialize a new Axum project by running the `shuttle init --template axum` command
11
11
2. Copy pasting the contents of the example you want to deploy -- make sure to check the tabs of the snippet(s) to ensure you are copying the right code/file
12
12
3. Running the `shuttle deploy` command
13
13
14
-
<Tip>If you are looking for step-by-step guides, check out our [Tutorials](/templates/tutorials) section.</Tip>
14
+
<Tip>
15
+
If you are looking for step-by-step guides, check out our
16
+
[Tutorials](/templates/tutorials) section.
17
+
</Tip>
15
18
16
19
You can clone the example below by running the following (you'll need `shuttle` CLI installed):
0 commit comments