To allow to play at MGT remotly.
git clone https://github.com/Naedri/mgt-peer.github
cd mgt-peer
npm install
npm start
See result at the following page : http://localhost:4200/
# to generate a new component
# ng generate component|directive|pipe|service|class|guard|interface|enum|module
ng generate component component-name
# to start a dev server
ng serve
# to build the project
ng build
# to test
ng test
# to search for problems, without fix it
npm run lint
# to search for problems to fix it
npm run format