Start the Application Development Server first:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
In the workspace directory start the server
npm run storybook
# or
yarn storybook
# or
pnpm storybookOpen http://localhost:6006 with your browser to see the result.