Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 725 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 725 Bytes

Exchange rates app

This is a simple app that display exchange rates based on a currency type

How to use

  • You need nodejs and npm installed on the machine, was tested with node 7.x.x
  • clone the repository and navigate to the project folder
  • run npm install to install the project dependencies
  • run npm start to build the project and start the web server
  • open the browser on http://localhost:4200/

Production ready

  • This also can be used as production ready project
  • run npm run build and it will create gziped files in the dist folder ready to be served/deploy on your own server

Tech stack