Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonroberts/angular-analog-storybook-vite
An example of Angular with the Analog Vite Plugin and Storybook
https://github.com/brandonroberts/angular-analog-storybook-vite
Last synced: 21 days ago
JSON representation
An example of Angular with the Analog Vite Plugin and Storybook
- Host: GitHub
- URL: https://github.com/brandonroberts/angular-analog-storybook-vite
- Owner: brandonroberts
- Created: 2022-08-05T20:10:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T20:11:03.000Z (over 2 years ago)
- Last Synced: 2024-10-04T16:39:20.278Z (about 1 month ago)
- Language: TypeScript
- Size: 9.97 MB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analog App
This project was generated with [Analog](https://npmjs.com/package/create-analog).
## Setup
Run `yarn` to install the application dependencies.
## Development
Run `yarn dev` for a dev server. Navigate to `http://localhost:3000/`. The application will automatically reload if you change any of the source files.
## Build
Run `yarn build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Test
Run `yarn test` to run unit tests with [Vitest](https://vitest.dev).
## Storybook
Run `yarn storybook` to develop using [Storybook](https://storybook.js.org).
## Community
- Join the [Discord](https://discord.gg/mKC2Ec48U5)
- Visit and Star the [GitHub Repo](https://github.com/analogjs/analog)