Skip to content

shoxie/nextjs-template

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

My preferred NextJS project template

Getting started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm run dev

Open http://localhost:3000 with your browser to see the result.

What's in this template ?

  • NextJS 13
  • ChakraUI
  • Framer-Motion
  • Storybook
  • Internationalized (react-i18next)
  • More will be added soon

Plans

  • Add Storybook
  • Add Storybook example
  • Add Cypress
  • Add Cypress example
  • Add tRPC or React Query
  • Add tRPC or React Query example
  • Add Jest and example