You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple Hacker news clone using the hacker news api, based on now-examples/next-news and created using create-next-app and the with-jest-typescript-example
How to use
Install it and run:
npm install
npm run dev
# or
yarn
yarn dev
Run Jest tests
npm run test# or
yarn test
About
Simple hacker news clone using Next.Js, Jest and Typescript