- TypeScript
- Tailwind CSS
- API calls made from components uses React Query (useQuery, useMutaton)
- All forms uses React hooks form
- Dark/light theme feature uses Tailwind dark/light theme, Next themes
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.