Initialize React app using create-vite

This commit is contained in:
Stephan
2022-09-29 20:32:27 +02:00
parent 0d149fdbcc
commit 227696e83b
10 changed files with 106 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#root {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
}