Skip to content

ststdimov/TomatoOrdersClientApp

Repository files navigation

TomatoOrdersClientApp

The application is used to render the list oftomato orders in a table which has the name of the provider, number of tomatoes, and the date of the sale. The user provides amount of orders to be retrievd and after clicking Refresh boutton, the orders are populated on the page. If no amount is specified, 3 orders are retrieved and displayed.

Installation guide

  1. Install NodeJS (version >= 6.9) from here https://nodejs.org/en/download/ .
  2. Install Angular CLI globally by typing npm install -g @angular/cli in the console.
  3. Clone the project from https://github.com/ststdimov/TomatoOrdersClientApp
  4. Navigate to the root application directory. Open the console from there and type npm install to install all needed dependencies.

Run the application

Run ng serve to build and start the application. Navigate to http://localhost:4200/.

Running unit tests

Run ng test to execute the unit tests via Karma.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published