Skip to content

mvicens/dog-finder

Repository files navigation

Dog Finder

Solution of Tyrceo's Dog Finder, using TypeScript without SWC.

Getting started

Server

Firstly, set up its API server:

git clone https://github.com/Tyrceo/Dog-Finder-Server.git
cd Dog-Finder-Server
npm install
npm run server

Client

And deploy this project:

npm install
npm run dev