About

DEMO APP

STORYBOOK

This is a boilarplate that combine Next.JS, React Query, Storybook, Jest, React-testing-library, Cypress

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

How to Use

Starts the development server.

> npm run dev

Builds the app for production.

> npm run build

Runs the built app in production mode.

> npm start

Run storybook

> npm run storybook

Run jest on watch mode

> npm test

Run e2e tests

> npm run e2e