Run npm run install
command to get all the dependent packages.
Run npm run start
for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run npm run test
to execute the unit tests via Jest.
Run npm run test:watch
to execute the unit tests via Jest.
Run npm run test:coverage
to execute the unit tests via Jest.
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run nx dep-graph
to see a diagram of the dependencies of your projects.
GiffySearch Feature has been implemented using the below technologies/libraries:
- Angular
Angular SPA Framework
- Rxjs
Reactive programming library
- Nx Workspace (https://nx.dev/angular)
Monolithic workspace
- Jest
Unit testing framework
- Agular Testing library
User centric unit testing capabilities