Frontend for viewing and administrating the participant attendances.
-
Install nodejs on your machine
-
Clone the repository
git clone https://github.com/RefugeesCodeAT/Attendance.git
cd attendance
- Install all packages
npm install
- Run (using
angular-cli
)
ng serve
- Open in your browser at
http://localhost:4200/
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
To build the bundle and deploy it on Github Pages (using angular-cli-ghpages
), run:
npm run build-prod
npm deploy
Run ng test
to execute the unit tests via Karma.
This project generated with Angular CLI version 1.4.9.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
Backend: https://github.com/RefugeesCodeAT/rc-check-in-backend
NFC card reader: https://github.com/RefugeesCodeAT/rc-check-in-card-reader