Clone the repository and access the created folder.
$ git clone https://github.com/gaabrielo/WOOF
$ cd woofNow replicate the following steps to start the project:
# Install dependencies
$ yarn
# Start the server
$ yarn server
# Start the project
$ yarn startNow access localhost:3000 from your browser.
