Skip to content

Instantly share code, notes, and snippets.

@cranca
Last active September 1, 2016 15:17
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 cranca/96bbdb945c095c044a6023ebf74c5d23 to your computer and use it in GitHub Desktop.
Save cranca/96bbdb945c095c044a6023ebf74c5d23 to your computer and use it in GitHub Desktop.
Instrucciones básicas para usar Foundation For Emails

Instalar

En la terminal:

  $npm install --global foundation-cli

Crear un proyecto de Foundation for Sites

En una nueva carpeta de proyecto:

  $foundation new 

Crear un proyecto de Foundation for Email

En la carpeta de proyectos:

  $foundation new --framework nombre-del-proyecto

Compilar

En la carpeta del proyecto:

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