Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 563 Bytes

README.MD

File metadata and controls

29 lines (20 loc) · 563 Bytes

tindev-react

TinDev - Application to connect developers using Github API.

Made using React framework and NodeJS.

Back-End

install dependencies: yarn install
run cmd: yarn dev
port: 3333

Front-End Web

install dependencies: yarn install
run cmd: yarn start
port: 3000