Project of creating a website in the form of a quiz for an EHPAD taking into account different disabilities.
Node.js
Open command prompt in the directory "front-end" and follow the procedure bellow. 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 server:
npm start
Follow the abose procedure but launch the server with:
- Front end
npm run start
- Back end
npm run dev