2022-12-09 15:52:50 +00:00

10 lines
436 B
Plaintext

- Add the `--type html` flag to the installation command to set up Storybook manually:
```shell
npx storybook init --type html
```
- For other installation issues, check the React README files for additional instructions:
- [HTML with Webpack]( https://github.com/storybookjs/storybook/tree/next/code/frameworks/html-webpack5)
- [HTML with Vite](https://github.com/storybookjs/storybook/tree/next/code/frameworks/html-vite)