diff --git a/config.php b/config.php new file mode 100644 index 0000000..e69de29 diff --git a/src/App.css b/front/App.css similarity index 100% rename from src/App.css rename to front/App.css diff --git a/src/App.test.tsx b/front/App.test.tsx similarity index 100% rename from src/App.test.tsx rename to front/App.test.tsx diff --git a/src/App.tsx b/front/App.tsx similarity index 100% rename from src/App.tsx rename to front/App.tsx diff --git a/src/index.css b/front/index.css similarity index 100% rename from src/index.css rename to front/index.css diff --git a/public/index.html b/front/index.html similarity index 80% rename from public/index.html rename to front/index.html index aa069f2..d988be7 100644 --- a/public/index.html +++ b/front/index.html @@ -1,30 +1,33 @@ + + + - + - + - React App + @@ -39,5 +42,8 @@ To begin the development, run `npm start` or `yarn start`. To create a production bundle, use `npm run build` or `yarn build`. --> + + + diff --git a/src/index.tsx b/front/index.tsx similarity index 100% rename from src/index.tsx rename to front/index.tsx diff --git a/src/logo.svg b/front/logo.svg similarity index 100% rename from src/logo.svg rename to front/logo.svg diff --git a/src/react-app-env.d.ts b/front/react-app-env.d.ts similarity index 100% rename from src/react-app-env.d.ts rename to front/react-app-env.d.ts diff --git a/src/reportWebVitals.ts b/front/reportWebVitals.ts similarity index 100% rename from src/reportWebVitals.ts rename to front/reportWebVitals.ts diff --git a/src/setupTests.ts b/front/setupTests.ts similarity index 100% rename from src/setupTests.ts rename to front/setupTests.ts diff --git a/public/front b/public/front new file mode 120000 index 0000000..c1394c9 --- /dev/null +++ b/public/front @@ -0,0 +1 @@ +../front \ No newline at end of file diff --git a/index.php b/public/index.php similarity index 88% rename from index.php rename to public/index.php index 0fbd9f7..7ced5a3 100644 --- a/index.php +++ b/public/index.php @@ -1,7 +1,7 @@ - - - - - - Document - - - -

Hello

-

World

- - - \ No newline at end of file diff --git a/src/View/hello.php b/src/View/hello.php new file mode 100755 index 0000000..ca381bf --- /dev/null +++ b/src/View/hello.php @@ -0,0 +1,21 @@ + + + + + + + + + Document + + + + + \ No newline at end of file diff --git a/vite.config.ts b/vite.config.ts new file mode 100644 index 0000000..e69de29