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: react.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This quick start guide focuses exclusively on the **frontend**. To ensure the fu
12
12
13
13
:::
14
14
15
-
# 1. Create a React app
15
+
##1. Create a React app
16
16
17
17
If you already have a React app, you can skip this step.
18
18
@@ -24,15 +24,15 @@ cd my-client
24
24
npm start
25
25
```
26
26
27
-
# 2. Install Manifest SDK
27
+
##2. Install Manifest SDK
28
28
29
29
Install the JS SDK from the root of your React app.
30
30
31
31
```
32
32
npm i @mnfst/sdk
33
33
```
34
34
35
-
# 3. Use it in your app
35
+
##3. Use it in your app
36
36
37
37
In that example we are using a Cat entity [created previously](entities.md). Replace it by your own entity. This example uses TypeScript, you can remove the typing to have plain JS.
Copy file name to clipboardExpand all lines: svelte.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This quick start guide focuses exclusively on the **frontend**. To ensure the fu
12
12
13
13
:::
14
14
15
-
# 1. Create a Svelte app
15
+
##1. Create a Svelte app
16
16
17
17
If you already have a Svelte app running, you can skip this step.
18
18
@@ -25,15 +25,15 @@ npm install
25
25
npm run dev -- --open
26
26
```
27
27
28
-
# 2. Install Manifest SDK
28
+
##2. Install Manifest SDK
29
29
30
30
Install the JS SDK from the root of your Svelte app.
31
31
32
32
```
33
33
npm i @mnfst/sdk
34
34
```
35
35
36
-
# 3. Use it in your app
36
+
##3. Use it in your app
37
37
38
38
In that example we are using a Cat entity [created previously](entities.md). Replace it by your own entity. This example uses TypeScript, you can remove the typing to have plain JS.
Copy file name to clipboardExpand all lines: vue.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This quick start guide focuses exclusively on the **frontend**. To ensure the fu
12
12
13
13
:::
14
14
15
-
# 1. Create a Vue app
15
+
##1. Create a Vue app
16
16
17
17
If you already have a Vue app running, you can skip this step.
18
18
@@ -25,15 +25,15 @@ npm install
25
25
npm run dev
26
26
```
27
27
28
-
# 2. Install Manifest SDK
28
+
##2. Install Manifest SDK
29
29
30
30
Install the JS SDK from the root of your Vue app.
31
31
32
32
```
33
33
npm i @mnfst/sdk
34
34
```
35
35
36
-
# 3. Use it in your app
36
+
##3. Use it in your app
37
37
38
38
In that example we are using a Cat entity [created previously](entities.md). Replace it by your own entity. This example uses TypeScript, you can remove the typing to have plain JS.
0 commit comments