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

Latest commit

 

History

History
35 lines (28 loc) · 568 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 568 Bytes

Pingu Trener

Train station app for a programming challenge by ninjas.cl

This application is live on https://pingu-trener.netlify.app/

Local Setup

Install node modules

npm install

Start backend mock for handling http requests

npm run backend-mock

Start frontend application

npm start

Unit Tests

Run unit tests

npm test

Run unit tests with coverage

npm run coverage

Coverage report will be generated on coverage folder

License

MIT