ngromeconf / ngrome-website

ngrome-website
2 stars 1 forks source link

NG ROME WEBSITE

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

Live preview

visit this url for the live preview: https://ngrome-website.web.app/

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 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 yarn test to run unit tests with Vitest.