- Clone the repo.
- Use
npm installto get the required dependencies. - Use
npm run buildto compile the app. - Use
npm run sb-bto export Storybook as a static app.
- Use
npm run devto start the app in development mode (build the app first). - Use
npm run sbto start storybook in development mode.
- Use
npm startto build and run the app. - Use
npm run serve-publicrun the app if it was already built. - Use
npm run sb-sto run the static version of Storybook.