This repository contains the frontend Angular project for the IngeniumUA (https://ingeniumua.be) website.
npm install
to install the dependenciessrc/environments/environment.ts.example
file to src/environments/environment.ts
and fill in the necessary values. This file is in a .gitignore
so it won't (and shouldn't) be commited to the repository.You can run npm run watch
to start the development server. The application will be available at http://localhost:4200/
and it will automatically reload if you change any of the source files.
You can run npm run lint
to lint the project.
npm run build:staging
npm run build