Currency Converter
Simple travel currency converter. Made using pure ES6, SASS and HTML.
Set up for development
Make sure you have npm and Node.JS installed, then:
npm install
npm start
This should start a new server on http://localhost:3000/
serving files from ./tmp
.
Build
npm run build
Built files are located in ./dist
.