Simple widget that can be embedded on a web page. Purpose is to convert numbers from one numeral system to another.
- JavaScript - is a programming language that conforms to the ECMAScript specification.
- Node.js - JavaScript enviroment
- HTML - HTML is the standard markup language for Web pages
- CSS - Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML
Intalling all dependencies.
npm install
Start with parcel-bundler (development)
npm run dev
Build production with parcel-bundler (production)
npm run prod
- Dominik Jurkowski - All work