Skip to content

Instantly share code, notes, and snippets.

@herbowicz
Created June 15, 2019 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save herbowicz/cccfdcdce3bb9e77bf1c551fd405ed17 to your computer and use it in GitHub Desktop.
Save herbowicz/cccfdcdce3bb9e77bf1c551fd405ed17 to your computer and use it in GitHub Desktop.
new-project starter (index.html, css/style.css, js/script.js)
mkdir new-project && cd new-project && touch index.html && mkdir css && cd css && touch style.css && cd .. && mkdir js && cd js && touch script.js && cd .. && code .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment