diff options
| author | jackyzha0 <[email protected]> | 2020-05-10 17:13:05 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-10 17:13:05 -0700 |
| commit | 6269c73c634821686967b090440ecb96e43c4b74 (patch) | |
| tree | 407ac4c48b120519ff9748d1062c1f97faf04a82 /README.md | |
| parent | add readme instructions (diff) | |
| download | ctrl-v-6269c73c634821686967b090440ecb96e43c4b74.tar.xz ctrl-v-6269c73c634821686967b090440ecb96e43c4b74.zip | |
add spaces lmao
Diffstat (limited to 'README.md')
| -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 |