Skip to content

Instantly share code, notes, and snippets.

@ajwarnick
Created May 25, 2018 05:23
Show Gist options
  • Save ajwarnick/2e2489c17ae3f427258b1b18e27bd122 to your computer and use it in GitHub Desktop.
Save ajwarnick/2e2489c17ae3f427258b1b18e27bd122 to your computer and use it in GitHub Desktop.
touch index.html | mkdir js | touch js/scripts.js | mkdir scss | touch scss/styles.scss
//to add to package.json
"scripts":{
"scss":"sass --watch scss:css",
"server":"http-server",
"all":"sass --watch scss:css | http-server"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment