Skip to content

Getting Started

BhakareAbhishek edited this page May 3, 2024 · 15 revisions

Running the Solution

Running the Storybook:

  1. Install Node Module: Use npm run install-all to install the required Node.js modules for your project.
npm run install-all
  1. Run the Storybook: Execute npm run storybook to start the Storybook development server.
npm run storybook
  1. Build Storybook: Generate a production build of Storybook using npm run build-storybook.
npm run build-storybook
  1. Check the npm package: Build your project using npm run build, which typically compiles your code and assets for deployment.
npm run build-storybook

Running the Pages:

  1. Using a tool named "raaghu" to create
raaghu create --React
  1. Running an npm command to install dependencies
npm run install -all
  1. Running the pages using following command:
npm run pages

b1ef5ed6-dec0-45eb-93af-68017dfeab78

Clone this wiki locally