jennynguyenoberg / about-consulting

This is my Master Thesis where I explore Typescript, Tailwind CSS and a variety of animation techniques, such as Framer Motion, GSAP and Locomotive Scroll.

Home Page:https://aboutconsulting.se

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. This example also shows how to use Jest with the App Router and React Server Components.

Note: Since tests can be co-located alongside other files inside the App Router, we have placed those tests in app/ to demonstrate this behavior (which is different than pages/). You can still place all tests in __tests__ if you prefer.

Deploy your own

Deploy with Vercel

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

Running Tests

npm test

About

This is my Master Thesis where I explore Typescript, Tailwind CSS and a variety of animation techniques, such as Framer Motion, GSAP and Locomotive Scroll.

https://aboutconsulting.se


Languages

Language:TypeScript 82.6%Language:JavaScript 6.8%Language:SCSS 5.4%Language:CSS 5.1%