/next-paged-list

Remote list distributed across pages

Primary LanguageTypeScriptMIT LicenseMIT

Getting Started

Clone, install dependencies:

yarn install
# or
npm install

Run locally in dev mode:

yarn dev

Run locally in production mode:

yarn build
yarn start

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

Or