/mgt-peer

To allow to play at MGT remotly.

Primary LanguageTypeScriptMIT LicenseMIT

MgtPeer

To allow to play at MGT remotly.

Installation

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/

Commands

Angular

# 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

Npm

# to search for problems, without fix it
npm run lint
# to search for problems to fix it
npm run format

Tech stack

Ressources