- Node.js
- Angular CLI
git clone https://github.com/CheckiePy/CheckiePyFrontend.git
cd CheckiePyFrontend/acs/
npm install
ng serve
To deploy the whole system at once you should use deploy repository. To run only the backend follow this documentation.
git clone https://github.com/CheckiePy/CheckiePyFrontend.git
cd CheckiePyFrontend/acs/
npm install
ng serve
To deploy the whole system at once you should use deploy repository. To run only the backend follow this documentation.