- Next.js latest version (v15)
- Progressive styling (tailwind CSS, shadcn-ui)
- Internationalization
- Data fetching (default fetch api)
- Form validation library (zod, react-hook-form)
- Server state management (tanstack query)
- Client state management (zustand, immer)
- Manage JWT authentication with access token re-validation
- Manage strict type (typescript)
- Code formatter (prettier, eslint)
- Storybook documentation
npm install
# or
yarn install
# or
pnpm install
# or
bun installnpm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devnpm run lint
# or
yarn lint
# or
pnpm lint
# or
bun lintnpm run build
# or
yarn build
# or
pnpm build
# or
bun buildnpm run start
# or
yarn start
# or
pnpm start
# or
bun starthttp://localhost:300npm run storybook
# or
yarn storybook
# or
pnpm storybook
# or
bun storybook