Skip to content

Getting Started

BhakareAbhishek edited this page Apr 30, 2024 · 15 revisions

Running the Solution

  1. Install node Module: Use npm install to install the required Node.js modules for your project.

  2. Run the Storybook: Execute npm run storybook to start the Storybook development server.

  3. Build Storybook: Generate a production build of Storybook using npm run build-storybook.

  4. Check the npm package: Build your project using npm run build, which typically compiles your code and assets for deployment.

Clone this wiki locally