This project was generated with Angular CLI version 7.3.2.
You can download nodeJS if you haven't it : https://nodejs.org/en/
Run command: npm install -g @angular/cli@7.3.2
Install git if you haven't it : https://git-scm.com/downloads
Clone project with command : git clone https://github.com/Darwinnix/my-app-pendu.git
download and install yarn : https://yarnpkg.com/en/docs/install#windows-stable :
In my-app-pendu directory, run yarn.
If json-server is not installed, run npm install -g json-server
Json-server is an API Rest that contains words
In a terminal run json-server --watch db.json --port 3004
In an other terminal run ng serve for a dev server.
Navigate to http://localhost:4200/.