clone this repository:
$ git clone xxxxxxxx
build package:
$ yarn
for a great testing environment on your local machine w/o SSL certificate download and setup ngrok.io.
$ ./ngrok authtoken INSERT_AUTHTOKEN
fire up your dev server:
$ yarn start
start ngrok
$ ./ngrok http 8080
...
nothing here yet.
fire up dev server:
$ yarn start
more scripts:
$ yarn clean
$ yarn build
$ yarn produce
$ yarn serve