Xin is web components framework. Xin using webpack to build.
For quick start you can use template provided by community. Just download or clone web example that already use xin from https://github.com/reekoheek/xin-example
.
wget https://github.com/reekoheek/xin-example/archive/master.zip
unzip master.zip
cd xin-example-master
npm i
npm run dev
Any help to compose yo generator accepted. ;)