Skip to content

Instantly share code, notes, and snippets.

@ivandevp
Created May 30, 2017 17:50
Show Gist options
  • Select an option

  • Save ivandevp/e933ef126f5102ee0168b6550cd3c85e to your computer and use it in GitHub Desktop.

Select an option

Save ivandevp/e933ef126f5102ee0168b6550cd3c85e to your computer and use it in GitHub Desktop.
Project Structure - Creation Workflow
# Ingresar a carpeta de proyectos
cd ~/ruta/a/carpeta/de/proyectos
# Crear carpeta de proyecto
mkdir proyecto
cd proyecto
# Creación de archivos
mkdir css
mkdir js
touch index.html
touch css/main.css
touch js/app.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment