npm install
npm run serve
npm config set ignore-scripts false
npm run build
npm run test:unit
npm run test:e2e
npm run lint
npm install -g serve (if serve not installed) serve -s dist
json-graphql-server db.js --p 1259
npm install
npm run serve
npm config set ignore-scripts false
npm run build
npm run test:unit
npm run test:e2e
npm run lint
npm install -g serve (if serve not installed) serve -s dist
json-graphql-server db.js --p 1259