Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.42 KB

README.md

File metadata and controls

51 lines (28 loc) · 1.42 KB

Instructions for Viewing GiffySearch Web challenge

Local Dev Setup for running application

Install packages

Run npm run install command to get all the dependent packages.

Run Application

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.

Running unit tests

Run npm run test to execute the unit tests via Jest.

Running unit tests in watch mode

Run npm run test:watch to execute the unit tests via Jest.

Running code coverage

Run npm run test:coverage to execute the unit tests via Jest.

Build

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.

Understand your workspace

Run nx dep-graph to see a diagram of the dependencies of your projects.

Implementation details

GiffySearch Feature has been implemented using the below technologies/libraries: