Add: starting point for Vite React frontend
This commit is contained in:
parent
93d3f4979d
commit
d01109459a
11 changed files with 5524 additions and 0 deletions
6
frontend/postcss.config.js
Normal file
6
frontend/postcss.config.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
export default {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue