Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e105b69

Browse files
Trigger heroku build
1 parent 89898ec commit e105b69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ When working locally, you will run the following commands (after setting the nec
1717
- cd client && npm install
1818
- cd .. && npm run dev
1919

20-
The front end proxies request (some of them) to localhost:3001, which is the backend api code base. This configuration is located in `client/package.json` file itself
20+
The front end proxies request (some of them) to localhost:3001, which is the backend api code base. This configuration is located in `client/package.json` file itself.
21+
22+
Note that the environment variables for the React App start with REACT_APP_
2123

2224
## Local database deployment
2325

0 commit comments

Comments
 (0)