- npm install
- gulp build
- gulp serve
- app: is for localhost source file used by browserSync, all development build file (auto-generated file without optimation) is here
- dist: is for production build (auto-generated file with optimation)
- src: is for development, all scss and html view pre-build is here