Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 1008 Bytes

README.md

File metadata and controls

27 lines (12 loc) · 1008 Bytes

eureca.io examples

This repository contains code examples showing basic and advaced usages of eureca.io

Althought a documentation is available.

learning from code remain useful to see things in action, and to illustrate some features in a more comprehensive way.

How to use

After cloning the repository, run 'npm install' this will install eureca.io and its main dependency (primus)

Please note that this will not install the dependencies for running all examples, since eureca.io is a aimed to work with many libraries you have to npm install dependencies based on each example needs.

when running an example, if a dependency is missing you'll get an error message telling you which dep is missing.

Contribution

You are welcome to contribute to this repository with your code examples.

Please try to keep them as simple as possible focusing on a reduced set of features or use case.