First, run the development server:
yarn install
yarn dev
- Next14
- tailwindcss
- zustand
- @tanstack/react-query
📦src
┣ 📂app
┃ ┣ 📂(route)
┃ ┃ ┗ 📜.gitkeep
┃ ┣ 📜favicon.ico
┃ ┣ 📜globals.css
┃ ┣ 📜layout.tsx
┃ ┗ 📜page.tsx
┣ 📂assets
┃ ┗ 📜.gitkeep
┣ 📂components
┃ ┗ 📜.gitkeep
┣ 📂constants
┃ ┗ 📜.gitkeep
┣ 📂hooks
┃ ┗ 📜.gitkeep
┣ 📂services
┃ ┗ 📜.gitkeep
┣ 📂store
┃ ┗ 📜.gitkeep
┣ 📂types
┃ ┗ 📜.gitkeep
┗ 📂utils
┃ ┗ 📜.gitkeep