Having followed the TypeScript version of the Angular 2 Quick Start guide, I was wondering if it is possible, and if so how to configure the lite-server to launch a browser othe
Make a file name "bs-config.json" in your project folder and add below code to that file:
{ "browser": ["chrome","firefox"] //to make chrome to default browser }