Skip to content

Instantly share code, notes, and snippets.

View barbaraliau's full-sized avatar

Barbara Liau barbaraliau

View GitHub Profile
@barbaraliau
barbaraliau / node1Notes.md
Created December 6, 2016 19:46
20161206 - Notes for DM16 - Node 1

20161206 - Node I Notes/Summary

node

  • runs javascript

nodemon

  • infinite loop to watch file so you don’t have to keep running node

npm

  • package manager
@barbaraliau
barbaraliau / node1Notes.md
Created December 6, 2016 19:46
20161206 - Notes for DM16 - Node 1

20161206 - Node I Notes/Summary

node

  • runs javascript

nodemon

  • infinite loop to watch file so you don’t have to keep running node

npm

  • package manager
@barbaraliau
barbaraliau / new_computer_setup_notes.md
Created October 25, 2016 17:46
New computer stuff

Draft stage notes

Sign into all accounts

  • Chrome
  • Slack

Applications

  • Slack
  • Atom
  • Sublime
@barbaraliau
barbaraliau / keybase.md
Created October 24, 2016 20:47
keybase.md

Keybase proof

I hereby claim:

  • I am barbaraliau on github.
  • I am barbaraliau (https://keybase.io/barbaraliau) on keybase.
  • I have a public key ASBelvBaTh4LkswCivpFPJs52zDUaUdVVD_Ou5uxBGSPPAo

To claim this, I am signing this object:

new Vue(Vue.util.extend({ router }, App)).$mount('#app')
@barbaraliau
barbaraliau / Preferences.sublime-settings
Created October 6, 2016 04:10
Sublime User Preferences
{
"Seti_in_4_a_treat": true,
"Seti_no_bar_undertabs": true,
"Seti_sb_small_padding": true,
"Seti_sb_tree_small": true,
"Seti_tabs_small": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Twilight (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,

Sample File Structure #1

/project_folder
  /public
    /js
      /controllers
      /services
      /directives
      app.js
 /css