Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 491 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 491 Bytes

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