opensource-ny / OpenSource-NY

MIT License
10 stars 14 forks source link

Add react front end #25

Closed yizongk closed 5 years ago

yizongk commented 5 years ago

This commit is a bit larger than the rest that I have done.

fixes #24

Express JS lives in /src/myapp and listens for and send http requests on port 5000 -> has path name /express_backend REACT lives in /src/myapp/client and listens on port 3000 but proxy the in and out http traffic to port 5000 -> calls path name /express_backend