https://github.com/pavankjadda/angular-signals-analog
Angular Signals project with Analog
https://github.com/pavankjadda/angular-signals-analog
analog angular signals
Last synced: about 1 year ago
JSON representation
Angular Signals project with Analog
- Host: GitHub
- URL: https://github.com/pavankjadda/angular-signals-analog
- Owner: pavankjadda
- Created: 2023-03-21T04:50:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T02:48:06.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T01:43:44.572Z (over 1 year ago)
- Topics: analog, angular, signals
- Language: TypeScript
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analog App
This project was generated with [Analog](https://analogjs.org), the fullstack meta-framework for Angular.
## Setup
Run `pnpm i` to install the application dependencies.
## Development
Run `pnpm dev or pnpm start` for a dev server. Navigate to `http://localhost:4200`. The application will automatically reload if you change any of the source files.
## Build
Run `pnpm build` to build the client/server project. The client build artifacts are located in the `dist/client` directory. The server for the API build artifacts are located in the `dist/server` directory.
## Test
Run `pnpm 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)
- Visit the [Website](https://analogjs.org/)
- Follow us on [Twitter](https://twitter.com/analogjs)