Skip to content

johnajacob/nextjs-tailwindcss-storybook

Repository files navigation

Work in Progress 🚧👷‍♂️

Features

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev

Deploy it to the cloud with now (download):

now

Run Storybook

npm run storybook
# or
yarn storybook

Build Static Storybook

npm run build-storybook
# or
yarn build-storybook

Deploy Storybook to the cloud with now (download)

npm run build-storybook
# or
yarn build-storybook
# then
cd storybook-static
now

Export and Serve

npm run export
# or
yarn export
# then
cd out
serve -p 8080

About

Starter project using NextJS, TailwindCSS, Storybook, Jest + React Testing Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published