https://github.com/brandonroberts/angular-vite-storybook
An example with Angular and Storybook using Vite
https://github.com/brandonroberts/angular-vite-storybook
Last synced: about 2 months ago
JSON representation
An example with Angular and Storybook using Vite
- Host: GitHub
- URL: https://github.com/brandonroberts/angular-vite-storybook
- Owner: brandonroberts
- Created: 2024-03-04T15:54:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T00:07:18.000Z (about 2 months ago)
- Last Synced: 2025-03-28T01:20:25.987Z (about 2 months ago)
- Language: HTML
- Homepage: https://angular-vite-storybook.netlify.app/
- Size: 2.35 MB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular + Storybook with Vite
This is an example project that shows Angular and Storybook using Vite to serve/build the project.
## Setup
```sh
npm install
```## Development
```sh
npm run storybook
```## Build
```sh
npm run build-storybook
```## Support
You can support this work by [sponsoring me on GitHub](https://github.com/sponsors/brandonroberts).