Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 287 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 287 Bytes

Coder Push Challenge - Tinder

A respository for implement Coder push Tinder challenge

Available Scripts

In the project directory, you can :

Start frontend by:

yarn workspace frontend start

Start api by:

yarn workspace api start

Start both by:

yarn start