npm run clean
deletes all lib files
npm run lint
lints all project files with eslint
npm test
run your test suit
npm run build
compiles your es6 files through babel
npm start
starts the app - needs to be compiled before
- logger (clean up the console.log() and console.error() calls)