Skip to content

Instantly share code, notes, and snippets.

@kellishouts
kellishouts / git-flow.md
Last active August 13, 2016 02:35 — forked from theRemix/README.md
Git Flow

Git Flow

Prerequisites

This material should be covered at the beginning of, or just before the final student project. Basic git knowledge is required, intermediate experience with CLI and git is preferred.

Class Format / Time to Allow for Subject

This material usually takes less than an hour to introduce and will be in use throughout the final project.

Topics & Expected Outcomes

@kellishouts
kellishouts / README.md
Created April 29, 2016 21:47 — forked from sgnl/README.md
Setting up SASS (SCSS) files with gulp, gulp-sass, and Browser Sync!

Create a new temp project

  1. $ mkdir sass_gulp_workshop
  2. cd into the new directory
  3. Initialize NPM: $ npm init --yes
  4. Install gulp and gulp-sass packages: $ npm install -D gulp gulp-sass browser-sync
  5. Install gulp globally npm install -g gulp
  6. Recreate this file structure in this directory:
  • public (directory)
    • css (directory)
    • index.html (file)
@kellishouts
kellishouts / gulp_sass_livereload_foundation.md
Last active April 20, 2023 17:34 — forked from theRemix/README.md
Gulp + Sass + LiveReload + Foundation

Gulp + Scss + LiveReload + Foundation

Goals

Set up a boilerplate Gulp + Scss + LiveReload + Foundation 5 workflow that:

  1. watches for any scss changes, then compiles scss source into css
  2. watches for any changes in the public directory, triggers live-reload
  3. serves your static content in public/
@kellishouts
kellishouts / todo layouts.md
Last active August 29, 2015 14:16 — forked from theRemix/todo crud.md
To Do Layouts (optional)

ToDo Layouts

Here are some pretty layouts for the To Do List. These are optional, you can use your own styles if you wish.

List View

1

List View Hover States

2

Red Green Blue

Exercise with Media Queries

Create a standard html5 setup linking an external stylesheet.

index.html
stylesheets/
 styles.css

Starting up a project with /app/public for final output files AND using Foundation


In your project root

Copy over relevant assets into a ./Layouts directory.

Make this file to ignore installable components.
.gitignore