diff options
| author | jackyzha0 <[email protected]> | 2020-05-25 22:02:12 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-25 22:02:12 -0700 |
| commit | 6090eef4f275e405d597a543a69c3e27f31d4251 (patch) | |
| tree | 403e10b4ec1ebc78d7e6f16d1f50f299c973e242 /README.md | |
| parent | add more build commands and added prod backend url (diff) | |
| download | ctrl-v-6090eef4f275e405d597a543a69c3e27f31d4251.tar.xz ctrl-v-6090eef4f275e405d597a543a69c3e27f31d4251.zip | |
update makefile and readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,7 +11,9 @@ Frontend is in React and backend is in Go. 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` #### Common -`make all` — starts React development server on `:3000` and backend on `:8080` +`make dev` — starts React development server on `:3000` and backend on `:8080` + +`make deploy` — deploys both frontend and backend #### Frontend `make fe-run` — starts React development server on `:3000` |