This project is based on Amirault's github project (https://github.com/Amirault/angular5-articles-app)
Into the project directory
npm install
ng build
First time, you need to start the database server
json-server --watch db.json
And finaly, launch the angular app
ng serve