arfa / next-react-query-chakra

Home Page:https://next-react-query-chakra.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://next-react-query-chakra.vercel.app


Languages

Language:TypeScript 78.6%Language:JavaScript 20.1%Language:CSS 1.1%Language:Shell 0.3%