Skip to content

jennyriess/devdaowomen-website

 
 

Repository files navigation

nextjs-starter

React tests

Starter template for Next.js, with TypeScript, tailwindcss and daisyUI.

home page screenshot

Features

  • Start with minimal Next.js app (using npm) via npx 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

Run locally

yarn
yarn dev

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

Run tests

yarn
yarn test

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.6%
  • JavaScript 39.3%
  • CSS 1.1%