An open API service indexing awesome lists of open source software.

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

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).