Skip to content

Commit 39cff77

Browse files
Document new command in readme.md
1 parent b7b405c commit 39cff77

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ 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+
### Start both servers concurrently
24+
25+
From inside the project folder, run:
26+
27+
```
28+
yarn start
29+
```
30+
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+
2333
### Start each server individually
2434

2535
**Run the functions dev server**

0 commit comments

Comments
 (0)