Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 870 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 870 Bytes

REM Landing hecho en React

Instrucciónes para descargar y ejecutar

Clonar el repo

git clone https://github.com/LautiLosio/rem-landing-react.git

cd rem-landing-react

Instalar modulos y dependencias con npm

El proyecto se hizo con la version 18.X de node.js

npm install

Configurar las claves de entorno variables

Para esto hay que crear el archivo .env.local en el directorio principal y cargar las claves necesarias.

REACT_APP_API_KEY=              | 
REACT_APP_AUTH_DOMAIN=          | 
REACT_APP_PROJECT_ID=           | Claves ocultas por
REACT_APP_STORAGE_BUCKET=       | motivos de seguridad
REACT_APP_MESSAGING_SENDER_ID=  |
REACT_APP_APP_ID=               |

Iniciar el servidor local

npm start

Certificación

certification