This project was generated with Analog, the fullstack meta-framework for Angular.
Run yarn
to install the application dependencies.
Run yarn start
for a dev server. Navigate to http://localhost:5173/
. The application automatically reloads if you change any of the source files.
Run yarn 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.
Run yarn test
to run unit tests with Vitest.