Skip to content

Instantly share code, notes, and snippets.

View gotpop's full-sized avatar
🍭

GotPop gotpop

🍭
View GitHub Profile
@gotpop
gotpop / CMD.md
Created June 28, 2019 13:44
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