/next-ts-chakra-storybook-ui

Nuxt.js template with TypeScript with Chakra UI

Primary LanguageTypeScript

Generated with TypeScript Next.js example

yarn create next-app --example with-typescript with-typescript-app

Added chakra-ui dependencies

yarn add @chakra-ui/core @emotion/core @emotion/styled emotion-theming

Added Storybook

https://dev.to/aprietof/next-js-typescript-storybook-the-really-simple-guide-2019-fei

Add Testing

yarn add --dev jest @testing-library/react babel-jest @babel/core @babel/preset-env

Usage

yarn dev - for development yarn storybook - for storybook view