Skip to content

panosc-portal/simple-notebook-client

Repository files navigation

Simple Notebook Client

Getting started

  1. Install and build the client bundle:

    $ npm install
    $ npm run build
  2. In one terminal, start the notebook server at http://localhost:9000:

    $ npm run serve:notebook
  3. In another terminal, start the front-end demo app:

    $ npm run serve:app
  4. Visit http://localhost:5555.