This is the front-end implementation of a coding challenge.
To run this code locally, first clone this repo using:
git clone git@github.com:LeonardoKalyn/TreeCards.git
Then enter the repo folder and install the dependencies:
cd TreeCards
yarn install
Then add the .env file:
cp ./.env.sample ./.env
Finally, you can run the project using:
yarn start
The browser should automatically open on localhose:3000.
To run the tests you use the following command:
yarn test
It will execute the react-script for running tests, from create-react-app.