shaikhalamin / e-jobs-client-nextjs

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
# or
yarn create next-app --example with-jest with-jest-app

Run Jest Tests

npm test

e-jobs-client-nextjs

About


Languages

Language:JavaScript 54.6%Language:TypeScript 43.2%Language:CSS 1.8%Language:HTML 0.3%