/Gatsby-platzi

E-commerce construido como producto del curso de Gatsby en Platzi.

Primary LanguageJavaScriptMIT LicenseMIT

PlatziSWAG store

Este es un e-commerce usando lo aprendido en el "Curso de Desarrollo de Aplicaciones Web con Gatsby JS" de la Carrera de React en Platzi.

🌐 https://platziswag.netlify.com

🚀 Solo baja, instala las dependencias y corre

Use the Gatsby CLI to create a new site, specifying the default starter.

```sh
  npm install      
```

```sh
  gatsby develop      
```

El sitio correra en `http://localhost:8000`!

Para producción

```sh
gatsby build
```

Y lleva la carpeta /public a Netlify para tener el sitio online.