Skip to content

Instantly share code, notes, and snippets.

@elpuas
Last active April 6, 2021 21:20
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 elpuas/b88a58dca70ae42117510bac16a95650 to your computer and use it in GitHub Desktop.
Save elpuas/b88a58dca70ae42117510bac16a95650 to your computer and use it in GitHub Desktop.
mkdir public && cd public
# Create the sub folders
mkdir css js
# Create the style file
cd css && touch styles.css
# Create the script file
cd ../js && touch index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment