strapi-svelte-pagination

Strapi Svelte Pagination

Pagination in Svelte.js app with Strapi as backend

Handling Pagination in SvelteKit and Strapi

This repository servers as a code container for the tutorial I wrote on Strapi's Blog.

Features

  • Strapi for managing content types and data
  • Svelte.js for frontend

Prerequisites

These things are required before setting up the project.

Getting Started

Follow these instructions to get the project up and running.

# clone the repo
$ git clone https://github.com/ravgeetdhillon/strapi-svelte-pagination.git

# change directory
$ cd strapi-svelte-pagination

For Strapi

# navigate to backend directory that holds strapi code
$ cd backend

# install dependencies
$ npm install

# served at http://localhost:1337
$ npm run develop

For Svelte.js

# navigate to frontend directory that holds svelte.js code
$ cd frontend

# install dependencies
$ npm install

# served at http://localhost:3000
$ npm run dev

For detailed instructions, read the blog.

Tech Stack

Authors

Extra

Top categories

Loading Svelte Themes