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
yarn
yarn start
./build.sh
Deploy to Github Pages (https://github.com/Coderockr/coderockr.github.com)
./deploy.sh