Skip to content

Best practices around Angular and RxJS. A pattern to show simple feature can be developed lazily.

Notifications You must be signed in to change notification settings

surajkc599/Fedex_Web_Challenge

Repository files navigation

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:

About

Best practices around Angular and RxJS. A pattern to show simple feature can be developed lazily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published