Instalación y configuración de entorno

Clase 8 de 29Curso Práctico de React JS 2019

Resumen

Iniciar un repositorio en GIT:

git init

Iniciar un proyecto de Node.js:

npm init -y
```

Instalar React:

```bash
npm install --save react react-dom