omarkhatibco / nextjs-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

or the production version

npm run build && npm run start
# or
yarn build && yarn start

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

Testing

For testing jest along with testing-library was used.

for running testing from terminal,

npm run test
# or
yarn test

or a nice GUI

npm run test:gui
# or
yarn test:gui

Todos

  • setup apollo
  • Fetch issues
  • fetch single issue
  • Search Bar.
  • validation for form.

About


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%