npm install
from the root of the directoryRun ng serve --project=bikeshare --aot
to start a local webserver at https://localhost:4200.
As you make changes to the project, the local webserver will automatically rebuild and, if the bikeshare application is open in a webbrowser, the page will reload automatically
When submitting PRs be sure that your changes pass Continuous Integration.