diff options
| author | Ryan Mehri <[email protected]> | 2020-05-15 17:02:33 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-15 17:02:33 -0600 |
| commit | ab24f8f598f978d5706958959aee96ac4d1fa6f7 (patch) | |
| tree | f2f15518581080823bc6867459c04777685a2b6d | |
| parent | Merge pull request #23 from jackyzha0/code-render (diff) | |
| parent | update readme (diff) | |
| download | ctrl-v-ab24f8f598f978d5706958959aee96ac4d1fa6f7.tar.xz ctrl-v-ab24f8f598f978d5706958959aee96ac4d1fa6f7.zip | |
Merge pull request #24 from jackyzha0/update-readme
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` |