https://github.com/brandonroberts/analog-angular-ssr
An example repo of the Analog Vite Plugin working with Angular and Vite SSR
https://github.com/brandonroberts/analog-angular-ssr
Last synced: 20 days ago
JSON representation
An example repo of the Analog Vite Plugin working with Angular and Vite SSR
- Host: GitHub
- URL: https://github.com/brandonroberts/analog-angular-ssr
- Owner: brandonroberts
- Created: 2022-08-23T12:22:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T12:23:00.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T15:11:34.582Z (about 2 months ago)
- Language: TypeScript
- Size: 137 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- 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:5173/`. 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).
## Community
- Join the [Discord](https://discord.gg/mKC2Ec48U5)
- Visit and Star the [GitHub Repo](https://github.com/analogjs/analog)