/barbershop-frontend

Reactjs frontend of a barbershop type of app

Primary LanguageTypeScript

GitHub top language GitHub language count Repository size Repository Last Commit Date Made by Pablo Satler License

GoBarber Web

This project was bootstrapped with Create React App.

How to run

Update the .env as shown in the .env.example with the URL address of the application. Locally, you can use this as localhost.

yarn
yarn start

To run tests and coverage report:

# tests
yarn test

# coverage
yarn test --coverage --watchAll false

  or via the package.json script
yarn test:coverage

Dependencies