Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 208 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 208 Bytes

Realliance Profile

Setting Up

# Install Dependencies

yarn install

# Run frontend + backend together in dev mode
# Frontend: http://localhost:5432
# Backend: http://localhost:3000

yarn dev