Follow this link
Run this one time, this command downloades the packages the UI uses and it might take a short while
npm install
Run this every developing session, this command auto-build the UI after every change your make
npm run serve
npm run build
npm run test
npm run lint