diff --git a/front/.env b/fronted/.env similarity index 100% rename from front/.env rename to fronted/.env diff --git a/front/.env.dist b/fronted/.env.dist similarity index 100% rename from front/.env.dist rename to fronted/.env.dist diff --git a/front/.gitignore b/fronted/.gitignore similarity index 100% rename from front/.gitignore rename to fronted/.gitignore diff --git a/front/README.md b/fronted/README.md similarity index 100% rename from front/README.md rename to fronted/README.md diff --git a/front/package-lock.json b/fronted/package-lock.json similarity index 100% rename from front/package-lock.json rename to fronted/package-lock.json diff --git a/front/package.json b/fronted/package.json similarity index 100% rename from front/package.json rename to fronted/package.json diff --git a/front/public/electron.js b/fronted/public/electron.js similarity index 100% rename from front/public/electron.js rename to fronted/public/electron.js diff --git a/front/public/favicon.ico b/fronted/public/favicon.ico similarity index 100% rename from front/public/favicon.ico rename to fronted/public/favicon.ico diff --git a/front/public/index.html b/fronted/public/index.html similarity index 100% rename from front/public/index.html rename to fronted/public/index.html diff --git a/front/public/manifest.json b/fronted/public/manifest.json similarity index 100% rename from front/public/manifest.json rename to fronted/public/manifest.json diff --git a/front/public/robots.txt b/fronted/public/robots.txt similarity index 100% rename from front/public/robots.txt rename to fronted/public/robots.txt diff --git a/front/public/style.css b/fronted/public/style.css similarity index 100% rename from front/public/style.css rename to fronted/public/style.css diff --git a/front/src/App.js b/fronted/src/App.js similarity index 100% rename from front/src/App.js rename to fronted/src/App.js diff --git a/front/src/components/Markdown.js b/fronted/src/components/Markdown.js similarity index 100% rename from front/src/components/Markdown.js rename to fronted/src/components/Markdown.js diff --git a/front/src/index.js b/fronted/src/index.js similarity index 100% rename from front/src/index.js rename to fronted/src/index.js diff --git a/front/src/interface/Banner.js b/fronted/src/interface/Banner.js similarity index 100% rename from front/src/interface/Banner.js rename to fronted/src/interface/Banner.js diff --git a/front/src/interface/Bubble.js b/fronted/src/interface/Bubble.js similarity index 100% rename from front/src/interface/Bubble.js rename to fronted/src/interface/Bubble.js diff --git a/front/src/interface/Step.js b/fronted/src/interface/Step.js similarity index 100% rename from front/src/interface/Step.js rename to fronted/src/interface/Step.js diff --git a/front/src/interface/api.js b/fronted/src/interface/api.js similarity index 100% rename from front/src/interface/api.js rename to fronted/src/interface/api.js diff --git a/front/src/interface/constant.js b/fronted/src/interface/constant.js similarity index 100% rename from front/src/interface/constant.js rename to fronted/src/interface/constant.js diff --git a/front/src/interface/markdown.css b/fronted/src/interface/markdown.css similarity index 100% rename from front/src/interface/markdown.css rename to fronted/src/interface/markdown.css diff --git a/front/src/interface/shunt.js b/fronted/src/interface/shunt.js similarity index 100% rename from front/src/interface/shunt.js rename to fronted/src/interface/shunt.js diff --git a/front/src/modules/InputPanel.js b/fronted/src/modules/InputPanel.js similarity index 100% rename from front/src/modules/InputPanel.js rename to fronted/src/modules/InputPanel.js diff --git a/front/src/modules/Session.js b/fronted/src/modules/Session.js similarity index 100% rename from front/src/modules/Session.js rename to fronted/src/modules/Session.js diff --git a/front/src/theme.js b/fronted/src/theme.js similarity index 100% rename from front/src/theme.js rename to fronted/src/theme.js