npm install polymer-cli -g --unsafe-perm
npm install pm2 -g
Set api apiUrl
Set port and host in package.json
npm install
polymer build
pm2 start ecosystem.config.js
pm2 save
npm install
polymer serve
open the url shown in the cli
npm install
npm run docker
open localhost:9010