Initialize project using Create React App

This commit is contained in:
Andreas Weyer
2025-09-14 18:53:30 +02:00
committed by Andreas Weyer
commit b666b35fed
21 changed files with 23394 additions and 0 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}