diff options
| author | jackyzha0 <[email protected]> | 2020-05-15 15:33:18 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-15 15:33:18 -0700 |
| commit | 3b48aaf4a275e08394ff276ffb05243b0077b749 (patch) | |
| tree | f2f15518581080823bc6867459c04777685a2b6d | |
| parent | Merge pull request #23 from jackyzha0/code-render (diff) | |
| download | ctrl-v-3b48aaf4a275e08394ff276ffb05243b0077b749.tar.xz ctrl-v-3b48aaf4a275e08394ff276ffb05243b0077b749.zip | |
update readme
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ Frontend is in React and backend is in Go. + + + + ## developing #### Common `make all` — starts React development server on `:3000` and backend on `:8080` |