tanishgupta-git / nextjs-chart-grid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Getting Started

First install fakeql-cli than run command:

fakeql-cli sampledata.json

sampledata.json file is given in project directory
After running the above command you will get a uri, deploy it to fakeql.com
Replace that uri with apollo client uri in file - /pages/_app.tsx

run command:

npm install

run the development server:

npm run dev

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

About


Languages

Language:TypeScript 76.1%Language:CSS 23.2%Language:JavaScript 0.8%