I used angular-cli (version 1.0.2) to create an angular project, but I need to run from index-dev.html instead of index.html, and index-dev.html will have the same content as index.html, just naming file differently.
Without using angular-cli, I can config lite-server in bs-config.json file. But how can I config in angular-cli project?