> Run and Debug in Chrome
To run the ionic project use below command in terminal or cmd or CLI
$ ionic serve
For debugging the ionic project ,Firstly you should add extension (Debugger for chrome) and then configure launch.json file like this.
{
"version": "0...