diff --git a/webclient/.gitignore b/client/.gitignore similarity index 100% rename from webclient/.gitignore rename to client/.gitignore diff --git a/webclient/package.json b/client/package.json similarity index 100% rename from webclient/package.json rename to client/package.json diff --git a/webclient/public/index.html b/client/public/index.html similarity index 100% rename from webclient/public/index.html rename to client/public/index.html diff --git a/webclient/src/App.css b/client/src/App.css similarity index 100% rename from webclient/src/App.css rename to client/src/App.css diff --git a/webclient/src/App.js b/client/src/App.js similarity index 100% rename from webclient/src/App.js rename to client/src/App.js diff --git a/webclient/src/index.js b/client/src/index.js similarity index 100% rename from webclient/src/index.js rename to client/src/index.js diff --git a/webclient/yarn.lock b/client/yarn.lock similarity index 100% rename from webclient/yarn.lock rename to client/yarn.lock