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

IIC2513-2017-1/pioller-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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