DEV Community

Discussion on: 2020 Complete Setup for Storybook, Nextjs, Typescript, SCSS and Jest

Collapse
 
ryolambert profile image
Ryo Lambert • Edited

Thank you!
Awesome! This is perfect for a Lerna monorepo with multiple nextjs apps and a design system component library I’m working on. Running the dev environment while making multiple changes to components/pages or building new ones was just hammering my cpu running microbundle/next dev in parallel with lerna 😂

I was dreading having to hunt down the right storybook config! 🙏🙌

Collapse
 
trinwin profile image
Trinity Nguyen

That was exactly how I felt when I started this project. I'm glad I was able to help 😇