Created
November 28, 2022 13:58
-
-
Save elpuas/2e05446c6a71e0a3953626aa2b0a3754 to your computer and use it in GitHub Desktop.
@queryloop bash command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd loop-patterns | |
// cd to the src folder and create 2 directories | |
cd src && mkdir css simple-query | |
// cd into our first variation dir and create index.js | |
cd simple-query && touch index.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment