I'd like to develope a second admin panel (or section) on Drupal 8 completely separate from the existing one. I don't want to override the existing one, I clearly want two separates admin panel for two kinds of "administrator". I think about develope it with a JS framework (like Angular2) and then use the Restful API provided by Drupal.

What should I do ? Should I create an admin module ? Or maybe doing it directly in the front theme ? I'm not sure of what would be the better way to do it.

Thank you very much