Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Latest commit

 

History

History
42 lines (27 loc) · 717 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 717 Bytes

Intro React

Por Patricio López Juri

Este proyecto fue mostrado en vivo durante la clase.

Requisitos:

Slides

Aquí: slides.pdf.

Demo

Se puede ver la app montada en Github Pages aquí:

DEMO: https://IIC2513-2017-1.github.io/pioller-react

Development

Clonar repositorio e instalar dependencias:

git clone https://github.com/IIC2513-2017-1/pioller-react.git
cd pioller-react
yarn install

Iniciar desarrollo:

yarn start

Producción

Crear versión minificada y ofuscada en ./build:

yarn run build