Skip to content

camduarte/camd-geek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camd Geek

Sitio de venta de artículos online.

Demo

Visitar Camd Geek

email: [email protected]
password: Lhptad@05

Tecnologías

  • HTML
  • CSS
    • Media Query
  • JavasScript
    • IIFE
    • Promise
    • Fetch API
    • json-server
    • json
    • Rest
    • uuid
    • localStorage
    • Arrow functions
    • Events
    • Module

Ejecución

  1. Clonar el proyecto:
    git clone https://github.com/camduarte/camd-geek.git
  2. Ubicarse en la raíz del proyecto.
  3. Instalar Node.js
    Visitar Node.js
  4. Instalar json-server:
    npm install -g json-server
    Visitar json-server
  5. Lanzar json-server:
    json-server --watch db.json
  6. Ejecutar en el servidor local de desarrollo nuestro proyecto:
    • Podes utilizar Live Server desde el Visual Studio o
    • Podes utilizar Browser sync
      1. Instalar Browser sync:
        npm install -g browser-sync
        Visitar Browser sync
      2. Lanzar el servidor:
        browser-sync start --server --file . --host --port 5000 --startPath ./index.html

Sobre el proyecto

Proyecto propuesto como desafío en el curso impartido por Alura Latam + ONE (Oracle Next Education).

Insignia otorgada al haber cumplido con el desafío:

image

¡Muchas gracias!
Christian Ariel Modesto Duarte