Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
/ currency-converter Public archive

Angular 5 Currency Converter Widget Example

Notifications You must be signed in to change notification settings

upuxaa/currency-converter

Repository files navigation

Currency Converter

This project was created to demonstrate how a simple web component (widget) using HTML5, SCSS and JavaScript(ES6), can be architected.

Development server

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

Building Project

Run npm build to build the project. The build artifacts will be stored in the dist/ directory.