diff options
| author | Ryan Mehri <[email protected]> | 2020-05-10 18:13:52 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-10 18:13:52 -0600 |
| commit | 494a25084f9e870f0fa154ea45b1cfd515d250ae (patch) | |
| tree | e4e5b7189af9812b9e4d423057de8e8746971d55 | |
| parent | Merge pull request #12 from jackyzha0/backend (diff) | |
| parent | add spaces lmao (diff) | |
| download | ctrl-v-494a25084f9e870f0fa154ea45b1cfd515d250ae.tar.xz ctrl-v-494a25084f9e870f0fa154ea45b1cfd515d250ae.zip | |
Merge pull request #15 from jackyzha0/readme
add spaces lmao
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,12 +9,18 @@ Frontend is in React and backend is in Go. #### Frontend `make fe-run` — starts React development server on `:3000` + `make fe-build` — builds development release of frontend in `frontend/build` #### Backend `make run` — starts backend on `:8080` + `make lint` — lints all Go files + `make docker-build` — builds Docker image of current backend + `make docker-run` — runs built Docker image on `:8080` + `make docker-all` — builds and runs built Docker image on `:8080` + `make docker-push` — pushes build Docker image to Dockerhub
\ No newline at end of file |