Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9077884

Browse files
authored
Update README.md
1 parent 93d2def commit 9077884

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,7 @@ All functions are compiled with webpack using the Babel Loader, so you can use m
2020

2121
Before developing, clone the repository and run `yarn` from the root of the repo to install all dependencies.
2222

23-
### Option 1: Starting both servers at once
24-
25-
Most people should be able to get up and running just by running:
26-
27-
```bash
28-
yarn start
29-
```
30-
31-
This uses [npm-run-all](https://github.com/mysticatea/npm-run-all#readme) to run the functions dev server and app dev server concurrently.
32-
33-
### Option 2: Start each server individually
23+
### Start each server individually
3424

3525
**Run the functions dev server**
3626

@@ -56,6 +46,8 @@ This will start the normal create-react-app dev server and open your app at `htt
5646

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

49+
> 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.
50+
5951
## Typescript
6052

6153
<details>

0 commit comments

Comments
 (0)