Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 279 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 279 Bytes

challenge

Una web donde al subir un archivo .csv se muestran estadísticas del mismo.

Backend

Servidor escuchando en puerto 8080

Run:

$ npm install
$ npm run start

Front

Cliente en http://localhost:4200

Run:

$ npm install
$ npm run start