A simple web app that calculates alcohol-by-volume from specific gravity readings. Utilizes a functional style of javascript.
npm install
npm run start
Alternatively, you can just build the app:
npm run webpack
The build will compile all .js files from /src
into /dist/bundle.js