a login interface in ionic 4 make sure you have install the ionic cli to start serve use "ionic serve or ionic -l" without quotes if you get the following error message after starting the server "Could not find module "@angular-devkit/build-angular"" move to the projet directory and type
npm install --save-dev @angular-devkit/build-angular