Skip to content

Commit 89d220e

Browse files
committed
CREATE: folder structure;
Signed-off-by: HarmonySkull <[email protected]>
1 parent b24ebfe commit 89d220e

File tree

22 files changed

+28
-156
lines changed

22 files changed

+28
-156
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en" class="dark">
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React + TS</title>
7+
<title>ReactTS + Vite + Jest + Testing Library + TailwindCSS</title>
88
</head>
99
<body>
10-
<div id="root"></div>
10+
<main id="root"></main>
1111
<script type="module" src="/src/main.tsx"></script>
1212
</body>
1313
</html>

public/favicon.svg

Lines changed: 18 additions & 0 deletions
Loading

public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/App.css

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/App.tsx

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/assets/react.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/components/atoms/index.ts

Whitespace-only changes.

src/components/layouts/index.ts

Whitespace-only changes.

src/components/molecules/index.ts

Whitespace-only changes.

src/components/organisms/index.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)