Launchpad5682 / to-do-app-next-graphql

Home Page:https://todo.saurabhsuthar.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js + Jest

This example shows how to configure Jest to work with Next.js.

This includes Next.js' built-in support for Global CSS, CSS Modules and TypeScript.

How to Use

Quickly get started using Create Next App!

In your terminal, run the following command:

npx create-next-app --example with-jest with-jest-app
yarn create next-app --example with-jest with-jest-app
pnpm create next-app --example with-jest with-jest-app

Run Jest Tests

npm test

About

https://todo.saurabhsuthar.com


Languages

Language:TypeScript 46.1%Language:CSS 36.1%Language:JavaScript 17.9%