feat: setup initial react project, tailwind, prettier, and flowbite
Showing
- frontend/.eslintrc.cjs 18 additions, 0 deletionsfrontend/.eslintrc.cjs
- frontend/.gitignore 24 additions, 0 deletionsfrontend/.gitignore
- frontend/.prettierrc.json 6 additions, 0 deletionsfrontend/.prettierrc.json
- frontend/README.md 27 additions, 0 deletionsfrontend/README.md
- frontend/index.html 14 additions, 0 deletionsfrontend/index.html
- frontend/package-lock.json 3687 additions, 0 deletionsfrontend/package-lock.json
- frontend/package.json 35 additions, 0 deletionsfrontend/package.json
- frontend/postcss.config.js 6 additions, 0 deletionsfrontend/postcss.config.js
- frontend/public/vite.svg 1 addition, 0 deletionsfrontend/public/vite.svg
- frontend/src/App.tsx 7 additions, 0 deletionsfrontend/src/App.tsx
- frontend/src/assets/react.svg 1 addition, 0 deletionsfrontend/src/assets/react.svg
- frontend/src/components/Logo.tsx 9 additions, 0 deletionsfrontend/src/components/Logo.tsx
- frontend/src/index.css 3 additions, 0 deletionsfrontend/src/index.css
- frontend/src/main.tsx 13 additions, 0 deletionsfrontend/src/main.tsx
- frontend/src/vite-env.d.ts 1 addition, 0 deletionsfrontend/src/vite-env.d.ts
- frontend/tailwind.config.js 19 additions, 0 deletionsfrontend/tailwind.config.js
- frontend/tsconfig.json 25 additions, 0 deletionsfrontend/tsconfig.json
- frontend/tsconfig.node.json 10 additions, 0 deletionsfrontend/tsconfig.node.json
- frontend/vite.config.ts 7 additions, 0 deletionsfrontend/vite.config.ts
Please register or sign in to comment