Skip to content

Getting Started With EclairJS Client

Brian Burns edited this page Oct 28, 2016 · 4 revisions

This short guide should serve to get you up and running with EclairJS Client. To get started with EclairJS Client you can either:

Running the EclairJS Client example(s)

Once you have an EclairJS environment setup, start in the directory where you cloned the EclairJS project.

cd examples
npm install

#remove --docker if not running your own server.
./run.sh --docker ml/generalizedlinearregression.js

Clone this wiki locally