Skip to content

Instantly share code, notes, and snippets.

@gotpop
Created June 28, 2019 13:44
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 gotpop/2c53007e0728ddf613eb9fcd21bdb659 to your computer and use it in GitHub Desktop.
Save gotpop/2c53007e0728ddf613eb9fcd21bdb659 to your computer and use it in GitHub Desktop.
Single command set up

yarn init -y && touch index.html && mkdir src && cd src && mkdir css js && cd css && touch style.css && cd ../js && touch index.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment