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

Skip to content

Commit 8680eca

Browse files
authored
Yarn start fails
yarn start fails if the lambda server is running. You have to use yarn start:app, as is indicated in package.json
1 parent ed3e6dd commit 8680eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can then access your functions directly at `http://localhost:9000/{function_
3131
While the functions server is still running, open a new terminal tab and run:
3232

3333
```
34-
yarn start
34+
yarn start:app
3535
```
3636

3737
This will start the normal create-react-app dev server and open your app at `http://localhost:3000`.

0 commit comments

Comments
 (0)