Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/BrainJS/brain.js-examples

Brain.js Examples in Typescript and Javascript
https://github.com/BrainJS/brain.js-examples

Last synced: about 2 months ago
JSON representation

Brain.js Examples in Typescript and Javascript

Awesome Lists containing this project

README

        

# brain.js-examples
Brain.js Examples in Typescript

Setup with:
```typescript
yarn
```

Call scripts with:
```shell
npx ts-node src/{script-file-name-here}.ts
```

Run html examples with:
```shell
yarn serve
```