Skip to content

Instantly share code, notes, and snippets.

View rhoboat's full-sized avatar

Rho rhoboat

View GitHub Profile

#Setting up Nginx on Your Local System ###by Keith Rosenberg

##Step 1 - Homebrew The first thing to do, if you're on a Mac, is to install homebrew from http://mxcl.github.io/homebrew/

The command to type into terminal to install homebrew is:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
@rhoboat
rhoboat / webpack-npm-install.sh
Last active September 28, 2016 22:59 — forked from kkemple/webpack-npm-install.sh
setup webpack
npm i -D webpack webpack-dev-server babel-cli babel-core babel-eslint babel-loader babel-plugin-transform-runtime babel-preset-2015 babel-presetreact babel-preset-stage-0 css-loader file-loader postcss-loader style-loader url-loader standard-loader extract-text-webpack-plugin clean-webpack-plugin copy-webpack-plugin html-webpack-plugin precss node-sass autoprefixer normalize.css
npm i -S react react-dom react-router hapi inert