Welcome to next-app-starter 👋
Another awesome starter for your app
💻 Stack
- NextJS: the React Framework for Production
- Tailwindcss: rapidly build modern websites without ever leaving your HTML
- shadcn/ui: Beautifully designed components built with Radix UI and Tailwind CSS.
- Jotai: primitive and flexible state management for React.
- Prisma: next-generation ORM for Node.js and TypeScript
- NextAuth.js: Authentication for Next.js
- next-validations: NextJS API Validations, support Yup, Fastest-Validator, Joi, and more
- zod: TypeScript-first schema validation with static type inference
- consola: Elegant Console Logger for Node.js and Browser 🐨
- Storybook: build bulletproof UI components faster
- React-hook-form: performance, flexible and extensible forms with easy-to-use validation
- react-testing: simple and complete testing utilities that encourage good testing practices
- React-query: performant and powerful data synchronization for React
Install
bun install
Usage
Create .env file base on .env.example then run below command
bun run dev
Run tests
bun run test
Run storybook
bun run storybook
License
This project is licensed under the MIT License