Skip to content

Commit 21c3743

Browse files
Improve readme.md
1 parent 39cff77 commit 21c3743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ yarn start
3030

3131
This will run both `yarn start:lambda` and `yarn start:app` at the same time (more information about the commands can be found below).
3232

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+
3335
### Start each server individually
3436

3537
**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
5658

5759
Local in-app requests to the relative path `/.netlify/functions/*` will automatically be proxied to the local functions dev server.
5860

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.
60-
6161
## Typescript
6262

6363
<details>

0 commit comments

Comments
 (0)