angular-signals-analog

Angular Signals project with Analog

Stars
1

Analog App

This project was generated with Analog, 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.

Community