Skip to content

Nextjs + TypeScript + Recoil + ESLint + Prettier + TailwindCSS + daisyUI + Storybook + Vitest template

Notifications You must be signed in to change notification settings

airRnot1106/next-template-v2

Repository files navigation

next-template-v2

Highlights

  • Next.js 13
  • TypeScript
  • Recoil
  • ESLint
  • Prettier
  • TailwindCSS
  • daisyUI
  • Storybook
  • Vitest

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

yarn dev

Testing

Test files should be located under src/__tests__/ and should be named \*.spec.tsx

Run the tests:

yarn test

Storybook

Story files should be located under src/components/ and should be named \*.stories.ts; They should be located with the tsx file

Run the storybook server on http://localhost:6006

yarn storybook

About

Nextjs + TypeScript + Recoil + ESLint + Prettier + TailwindCSS + daisyUI + Storybook + Vitest template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published