FISE group
You can test our product without installing it on: http://polyquiz.me/
node.js
Google chrome (recommended) / Firefox
Open command prompt in the directory "front-end" and follow the procedure below. When it's over, start again in the repertory "back-end"
- Then, install dependencies (need an internet connection) by running:
npm install
- Install angular/cli using:
npm install -g @angular/cli
Launch the server:
- Front-end & Back-end
npm run start
For developers ONLY, you can debug the program using:
- Front end
npm run start
- Back end
npm run dev
You can now access the server on http://localhost:4200/.
Documentation Angular: