/kue-express-ui

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

Primary LanguageJavaScript

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