hackerwins / codepair-old

Real-time markdown editor for interviews, meetings and more...
https://codepair-old.yorkie.dev
Apache License 2.0
90 stars 29 forks source link

Move static files to client folder #120

Closed ppeeou closed 3 years ago

ppeeou commented 3 years ago

What this PR does / why we need it?

Move static files to client folder to separate it from the server code

The file structure to proceed is as follows.

ㄴ github
ㄴ client (react)
ㄴ docker
ㄴ server(api)
.gitignore
LICENSE
README.md

Any background context you want to provide?

What are the relevant tickets?

Fixes #119

Checklist