Skip to content

Getting Started With EclairJS Node

jtbarbetta edited this page Nov 11, 2015 · 4 revisions

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

Running the EclairJS Node example(s)

Once you have an EclairJS environment setup, start in the directory where you cloned the EclairJS Node project into or in the Docker Container under <path_to_eclair-node_root> ONCE WE FINALIZE.

node install express
cd examples/wordcount
node --harmony index.js

Then point your browser to http://localhost:3000/

Clone this wiki locally