Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 683 Bytes

File metadata and controls

19 lines (10 loc) · 683 Bytes

Angular Belgrade Website

This project was generated with Analog, the fullstack meta-framework for Angular.

Setup

Run pnpm install to install the application dependencies.

Development

Run pnpm start for a dev server. Navigate to http://localhost:5173/. The application automatically reloads 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/analog/public directory. The server for the API build artifacts are located in the dist/analog/server directory.

Test

Run pnpm test to run unit tests with Vitest.