This repository contains the frontend Angular project for the IngeniumUA (https://ingeniumua.be) website.
- Node v18 or higher
- npm
- Clone the repository
- Run
npm install
to install the dependencies - Copy the
src/environments/environment.ts.example
file tosrc/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.
- Staging:
npm run build:staging
- Production:
npm run build