Node "^8.2.1" (use nvm here)
Yarn "^1.3.2" (install here)
coderockr
├── .babelrc
├── .eslintignore
├── .eslintrc
├── .gitignore
├── CNAME
├── crossdomain.xml
├── gh-pages.sh
├── gulpfile.js
├── humans.txt
├── package.json
├── README.md
├── robots.txt
├── webpack.config.js
├── dist
└── src
└── assets
│ └── fonts
│ └── images
│ └── scripts
│ └── styles
└── templates
└── components
└── layouts
└── page.html
yarnyarn start./build.shDeploy to Github Pages (https://github.com/Coderockr/coderockr.github.com)
./deploy.sh