Swapnull / nba-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Firstly, you will need to get the keel backend running on port 8000. You will also need to generate the keel ts client, you can do this with

 keel client -d ../nba -o .

where ../nba points to the route of the backend.

You can then install the dependencies and start the development server:

npm install
npm run dev

Open http://localhost:3000 with your browser to see the result.

About


Languages

Language:TypeScript 93.3%Language:JavaScript 3.9%Language:CSS 2.7%