Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 816 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 816 Bytes

NextJS Infinite Scroll

Bootstrap a developer-friendly NextJS app configured with:

Preview

Preview the example live here.

How to use

Install dependencies:

yarn install

Start dev server with:

yarn dev

Testing

// this will run cypress headless
yarn test

// if you want to open cypress, then use
yarn cy:open