Skip to content

Instantly share code, notes, and snippets.

View iamwhitebox's full-sized avatar

Jeff Voss iamwhitebox

  • Greater Los Angeles Area
View GitHub Profile
ng new '<project_name>' --routing=true --style=scss --prefix=app --skipInstall
cd bx-scaffold
cd src
# install Framework/**
cd app
mkdir modules && cd modules
# for page in pages
# do
# pull modules from gitlab catalog
# done
@iamwhitebox
iamwhitebox / 0_reuse_code.js
Created March 25, 2017 06:29
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console