Projet de création d'une plateforme permettant la création de quiz personnalisable afin de traiter au mieux l'handicap d'alzheimer, il est accessible aux personnes agées présentant des troubles de la mémoire.
- Install NodeJS Installer
Note, for those using linux, you can find instruction to install NodeJS here (install the latest LTS Version 12.14.1). NodeJS Installer
- Fork this repository
Click on the fork button on the page of the repository on github to create your own copy of the repository.
- Clone your repository, your fork
git clone https://github.com/YOUR_USERNAME/starter-quiz.git
- Install angular/cli
npm install -g @angular/cli
Open the directory "frontend" and follow the instructions below, Once you have finished, do the same process with the "backend"
Open command prompt inside the repository ( frontend
or backend
) and run:
npm install
If you have an error saying that npm is not a known command, it means that NodeJS is not installed, you have to repeat the process of installation for npm.
npm start
Then navigate to http://localhost:4200/
to see the application. The app will automatically reload if you change any of the source files.
You can also use the command ng serve
to start the app and also ng serve --open
to open directly the app in the browser.