Vape Calculator
Wapes is a simple standlone web app calculator for vape
Wapes is deployed on https://wapes.herokuapp.com
# install dependencies
$ npm install
# serve with hot reload at your local ip address :3000 for standalone acces from mobile
$ npm run dev -- --hostname:0.0.0.0
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
# deploy on heroku
automatic deploy on heroku on master push