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
+2-2
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ yarn start
30
30
31
31
This will run both `yarn start:lambda` and `yarn start:app` at the same time (more information about the commands can be found below).
32
32
33
+
> Note: You don't need this if you use [`netlify dev`](https://github.com/netlify/netlify-dev-plugin/) as [function builder detection](https://www.netlify.com/blog/2019/04/24/zero-config-yet-technology-agnostic-how-netlify-dev-detectors-work/) does that for you.
34
+
33
35
### Start each server individually
34
36
35
37
**Run the functions dev server**
@@ -56,8 +58,6 @@ This will start the normal create-react-app dev server and open your app at `htt
56
58
57
59
Local in-app requests to the relative path `/.netlify/functions/*` will automatically be proxied to the local functions dev server.
58
60
59
-
> Note: You can also use [npm-run-all](https://github.com/mysticatea/npm-run-all#readme) to run the functions dev server and app dev server concurrently. Note that you don't need this if you use [`netlify dev`](https://github.com/netlify/netlify-dev-plugin/) as [function builder detection](https://www.netlify.com/blog/2019/04/24/zero-config-yet-technology-agnostic-how-netlify-dev-detectors-work/) does that for you.
0 commit comments