I use mac to develop a MEAN stack project. My web pages https://localhost:3000/#/login and https://localhost:3000/#/new work (note that all my page
https://localhost:3000/#/login
https://localhost:3000/#/new
In app->init.js enable below mode in config
$locationProvider.html5Mode({ enabled: true, requireBase: false }).hashPrefix('!');