Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vladbrok/logux-pagination-example

An example of how to implement a real-time table with pagination using the @logux framework
https://github.com/vladbrok/logux-pagination-example

crud-realtime-websockets logux pagination realtime websocket-table-pagination websockets

Last synced: 13 days ago
JSON representation

An example of how to implement a real-time table with pagination using the @logux framework

Awesome Lists containing this project

README

        

# Logux pagination example

An example of how to implement a **real-time table** with **pagination** using the [logux](https://github.com/logux) framework

## Run locally

1. Clone the repository

```sh
git clone https://github.com/VladBrok/logux-pagination-example.git
```

2. Install dependencies

```sh
pnpm install
```

3. Run

```sh
pnpm start
```

The project should now be up and running.\
Go to this link in your browser:

```sh
http://localhost:5173
```