Create a React App
- Use NextJS PREFERRED METHOD
- Use CRA
Once the app is created, run:
npx storybook@latest init
Once it is complete, run:
npm run storybook
This will start up your storybook.
NOTE: Always remember to stop your server when you're done using CTRL+C on Mac or ALT + C on windows