Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 289 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 289 Bytes

PROJECT URL

https://k-football.vercel.app/

DEV

yarn install
yarn dev

DETAILS

  • Project created with NextJS.
  • SSR is in Teams Detail page pages/[id].js, the request is performed from node using getServerSideProps feature.