From 6090eef4f275e405d597a543a69c3e27f31d4251 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Mon, 25 May 2020 22:02:12 -0700 Subject: update makefile and readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3abd0e6..3bf9578 100644 --- a/README.md +++ b/README.md @@ -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` -- cgit v1.2.3