Skip to content

Latest commit

History

History
29 lines (19 loc) 路 528 Bytes

File metadata and controls

29 lines (19 loc) 路 528 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev

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

Testing

Install dependencies and run:

npm install
npm test

Optional scripts:

npm run test:watch
npm run test:coverage

Test configuration and specs live in test/.