This project depends on Nodejs and Node Package Manager (npm). Before continuing, you must download and install Node (the download includes npm) from https://nodejs.com/en/download.
This project uses npm to manage software dependencies. NPM Relies on the package.json file located in the frontend
directory of this repository. After cloning, open your terminal and run npm install
.
This project was generated with Angular CLI version 14.2.3. In order to run the app in development mode use npm start
. After starting the server successfully, open http://localhost:4200
to view it in the browser. The page will reload automatically if you make edits.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.