Skip to content

Instantly share code, notes, and snippets.

View philschanely's full-sized avatar

Phil Schanely philschanely

View GitHub Profile
@philschanely
philschanely / .gitignore
Last active January 17, 2019 02:16
Basic Starter Setup
node_modules/
.DS_Store
package-lock.json
@philschanely
philschanely / simple-starter.md
Last active August 24, 2019 14:18
Simple Starter: Setting up a Simple static dev environment using Sass and Browser Sync

Simple Starter

Simple starter is a minimal set up for a simple development environment for static website building using Sass and Browser Sync.

  1. Install Node JS.
  2. Create a project folder on your computer.
  3. Create a folder inside your project folder called src. Place your actual site files for your project in here.
  4. Create a file called package.json in your project folder and paste the following code: