lathonez / clicker

Ionic 2 + @angular/cli Seed Project : Angular2 + Typescript + Karma + Protractor + Travis
http://lathonez.com/2018/ionic-2-unit-testing/
MIT License
430 stars 137 forks source link

Debug information in console. #220

Closed svennela closed 7 years ago

svennela commented 7 years ago

Hi,

I am trying to add scripts to start up in clicker project. Not working. How to show below build functionality.

Running live reload server: http://localhost:35729 Watching: www//*, !www/lib/*/, !www//*.map √ Running dev server: http://localhost:8100 Ionic server commands, enter: restart or r to restart the client app from the root goto or g and a url to have the app navigate to the given url consolelogs or c to enable/disable console log output serverlogs or s to enable/disable server log output quit or q to shutdown the server and exit

Thank you, Sri

lathonez commented 7 years ago

That seems to be the output from Ionic serve.

Try running npm test.

Please read the blog post carefully and try to figure it out yourself.