Skip to content

mariawarnes/next-ts-sanity-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js Typescript Sanity Template

Language TypeScript
Framework Next.js
Compiler SWC
Styles Tailwind
CMS Sanity
Formatting & Linting Prettier ESLint
Testing Jest Cypress

Scripts

  • npm run dev: Start the development server using Next.js.
  • npm run build: Build the production-ready application.
  • npm run start: Start the production server.
  • npm run format: Run Prettier formatting.
  • npm run lint: Run linting checks using ESLint.
  • npm run test: Run Jest tests in watch mode.
  • npm run test:ci: Run Jest tests in continuous integration mode.
  • npm run e2e: Open Cypress for end-to-end auditing tests.
  • npm run e2e:run: Run headless Cypress tests with Chrome for auditing.

Notable Dependencies

  • @headlessui/react: Prebuilt accessible and customizable UI components.
  • next-themes: Utility for managing dark mode.
  • sharp: Image optimisation library.
  • react-icons: React icons library.
  • cspell: Spell checker.
  • @testing-library: Library for testing React components.
  • @cypress-audit/lighthouse, @cypress-audit/pa11y, jest-axe: A11y and performance testing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks