This repository contains the following software products for Murphy Automotive
A public facing report of a vehicle inspection during a visit. Reporting data comes from a running instance of DigitalInspection.
Allow anonymous users to
ng report:serve:(local|staging|prod)
for a dev server.http://localhost:4200/
.The app will automatically reload if you change any of the source files.
ng report:build:(local|staging|prod)
to build the Digital Inspection report app. dist/InspectionReport-Public
directory.A user membership site for Murphy Automotive customers to manage their account and vehicles
Allow authenticated users to
ng mycar:serve:(local|staging|prod)
for a dev server.http://localhost:4201/
.The app will automatically reload if you change any of the source files.
ng mycar:build:(local|staging|prod)
to build the MyCar app.dist/MyCar
directory.A module of sharable code that is custom to Murphy Automotive that is used by all client projects.
It can be built independently with ng sharedlib:build
, but it is automatically re-built whenever serving or building one of the above apps.