- 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 install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
npm run lint
# or
yarn lint
# or
pnpm lint
# or
bun lint
npm run build
# or
yarn build
# or
pnpm build
# or
bun build
npm run start
# or
yarn start
# or
pnpm start
# or
bun start
http://localhost:300
npm run storybook
# or
yarn storybook
# or
pnpm storybook
# or
bun storybook