Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 347 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 347 Bytes

TAP-Foster-Dog-Matching

Setup

Requires:

  • npm
  • node.js

Install all necessary packages for both frontend and backend using npm install.

Running Locally

For frontend, do the following:

cd client

npm start

Open http://localhost:3000 to see it in the browser.

For backend, do the following in the root directory:

npm start