Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 787 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 787 Bytes

TODOs

  • storybook works?
  • nextui components in storybook
  • light/dark mode works
  • radix-ui icons
  • Jest
  • Husky
  • solidarity

Nice to haves

  • crypress

What's inside?

How to Use

Quickly get started using Create Next App!

In your terminal, run the following command:

npx create-next-app --example with-jest with-jest-app
# or
yarn create next-app --example with-jest with-jest-app

Run Jest Tests

npm test