README
XPolls Questions library
Build instructions:
# install lib dependencies
npm install
# build the lib
npm run build
To run an example app, do the following:
# cd to demo-app directory
cd demo-app
# install demo-app dependencies
npm install
# run demo-app
npm run dev