This small application is for educational and practicing purposes, takes a basic vet app and implements the next technologies for developing, testing and documenting. The purpose of the project is to implement automated tests and document code and React components.
-
Clone repository by using:
git clone [repo]
-
Install project dependencies:
yarn | npm i
Depends whichever is being used. -
Use the next commands for running:
3.1. Project:
yarn dev
.3.2. Tests:
yarn test
.3.3. Storybook:
yarn storybook
,