Go to file
mikgaw@st.amu.edu.pl 8317d9d0ed ready 2024-02-18 20:59:52 +01:00
e2e ready 2024-02-18 20:59:52 +01:00
src ready 2024-02-18 20:59:52 +01:00
.editorconfig ready 2024-02-18 20:59:52 +01:00
.gitignore ready 2024-02-18 20:59:52 +01:00
README.md ready 2024-02-18 20:59:52 +01:00
angular.json ready 2024-02-18 20:59:52 +01:00
browserslist ready 2024-02-18 20:59:52 +01:00
karma.conf.js ready 2024-02-18 20:59:52 +01:00
package-lock.json ready 2024-02-18 20:59:52 +01:00
package.json ready 2024-02-18 20:59:52 +01:00
tsconfig.app.json ready 2024-02-18 20:59:52 +01:00
tsconfig.json ready 2024-02-18 20:59:52 +01:00
tsconfig.spec.json ready 2024-02-18 20:59:52 +01:00
tslint.json ready 2024-02-18 20:59:52 +01:00

README.md

CurrencyConverter

This project was generated with Angular CLI version 8.0.6.

Prerequisites

  • npm - Package Manager
  • Node.js
  • Angular CLI

Setup and installation

  • Clone the repository.
  • Navigate to root project folder using any command line interface (e.g. Command Prompt on Windows).
  • Run npm install to install packages.
  • Run development server.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

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