Starter template for Next.js, with TypeScript, tailwindcss and daisyUI.
- Start with minimal Next.js app (using
npm
) vianpx create-next-app nextjs-starter --use-npm --ts
and simplify content - Add tailwindcss and daisyUI
- Add navigation, site layout and two pages
- Add Jest, React Testing Library, GitHub action to run tests, README badge, sample test
- Add Prettier config
- Add health check endpoint (
/api/health
) - Add placeholder
favicon.ico
yarn
yarn dev
Open http://localhost:3000 with your browser to see the result.
yarn
yarn test