Lookup.Spa
is an Angular single-page application and an interface for Lookup.Api.
To setup and run Lookup.Spa
in your local machine, follow 3 simple steps:
Lookup.Api
must be running locally.
git clone https://github.com/ValEXE-Technologies/Lookup.Spa.git
npm i
This should start Angular
application on Port# 4200
.
npm run start