The most bare minimal DIY approach to Jekyll. No Themes, No cruft, No extra fuckery.
gem install bundler # If you don't have bundler already installed
bundle install
Install Packages from package.json
npm install
Old fashion method
bundle exec jekyll serve
Or, deploy with BrowerSync using Gulp
gulp