diff options
| author | jackyzha0 <[email protected]> | 2020-05-28 22:47:25 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-28 22:47:25 -0700 |
| commit | 4189d8dea49b439cde411e45daf6f2193a33026a (patch) | |
| tree | f00484a0e34855b594fdb4d658a31f1bd92701b5 /README.md | |
| parent | remove yarn lock from gitignore (diff) | |
| download | ctrl-v-4189d8dea49b439cde411e45daf6f2193a33026a.tar.xz ctrl-v-4189d8dea49b439cde411e45daf6f2193a33026a.zip | |
update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,9 +3,10 @@ Frontend is in React and backend is in Go. - - - + + + + ## developing when doing local backend development, make sure you change the backend address to be localhost. You can find this on Line 4 of `frontend/src/helpers/httpHelper.js` |