Skip to content

Instantly share code, notes, and snippets.

View philcleveland's full-sized avatar

Phil Cleveland philcleveland

View GitHub Profile
echo ------------------------------------------------------------
echo --- Updating Packages
echo ------------------------------------------------------------
sudo apt-get update
echo ------------------------------------------------------------
echo --- Upgrading Packages
echo ------------------------------------------------------------
sudo apt-get upgrade
echo ------------------------------------------------------------
echo --- Updating Packages
@philcleveland
philcleveland / react-up.sh
Created January 11, 2017 16:24
WIP: Create a dev env for react using gulp and babel
# npm install -g create-react-app
create-react-app hello-world
cd hello-world
# set up Babel so we can use ES6
npm install --save-dev gulp-babel
npm install babel-preset-env --save-dev
touch .babelrc
echo "{
@philcleveland
philcleveland / README-Template.md
Created April 30, 2018 19:50 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites