Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 699 Bytes

File metadata and controls

39 lines (31 loc) · 699 Bytes

kue Example

Overview

An example using kue with kue-ui within an express app.

Setup

Prerequisites

  • Node.js
  • Yarn
  • Redis

Installation

  1. Clone this repo:

    git clone git@github.com:fahdi/kue-express-ui.git
    cd kue-express-ui
  2. Install dependencies:

    yarn
  3. Add development.json with the following content:

    { "port": 3500, "redis": "redis://localhost:6379" }
  4. Start the application:

    yarn start

Usage

License

MIT