jantonioavalos / Gatsby-platzi

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

Home Page:https://platziswag.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://platziswag.netlify.com/

License:MIT License


Languages

Language:JavaScript 71.5%Language:CSS 28.5%