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: README.md
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,11 @@ This will start the normal create-react-app dev server and open your app at `htt
50
50
51
51
Local in-app requests to the relative path `/.netlify/functions/*` will automatically be proxied to the local functions dev server.
52
52
53
+
## Typescript
54
+
53
55
<details>
54
56
<summary>
55
-
<b id="typescript">Typescript</b>
57
+
<b id="typescript">Click for instructions</b>
56
58
</summary>
57
59
You can use Typescript in both your React code (with `react-scripts` v2.1+) and your lambda functions )with `netlify-lambda` v1.1+). Follow these instructions:
58
60
@@ -61,18 +63,24 @@ You can use Typescript in both your React code (with `react-scripts` v2.1+) and
0 commit comments