Skip to content

Commit 5686828

Browse files
author
Bruno Krebs
committed
updating README file
1 parent a55ad6c commit 5686828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ To facilitate running this sample, I've left my own Auth0 configuration values i
1313
cd react-tutorial
1414

1515
# install backend deps
16-
cd qa-api
16+
cd backend
1717
npm i
1818

1919
# run backend on the background
2020
node src &
2121

2222
# install frontend deps
23-
cd ../qa-react
23+
cd ../frontend
2424
npm i
2525

2626
# run the frontend app

0 commit comments

Comments
 (0)