Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxtermax/autonomus-agents

This repo is a collection of examples about autonomus agents with javascript
https://github.com/maxtermax/autonomus-agents

Last synced: about 4 hours ago
JSON representation

This repo is a collection of examples about autonomus agents with javascript

Awesome Lists containing this project

README

        

# Autonomus agents with javascript
[Explanation](https://slides.com/maxtermax/deck-99fb5e73-1617-4f84-ba87-8e2777998eea/fullscreen)

[Play online](https://byteflow.herokuapp.com/)

In orden to run the examples you must follow the next steps:

1. Clone the repository
Clone the repository and go to the root folder navigating with some terminal.
```sh
git clone https://github.com/Maxtermax/autonomus-agents.git
cd /autonomus-agents
```
2. Install dependencies
```sh
yarn install
```
or
```sh
npm install
```
3. Transpile the files with webpack
```sh
yarn dev
```
or
```sh
npm run dev
```
4. Lift the webserver
```sh
yarn start
```
or
```sh
npm run start
```
5. Open a web browser and type: localhost:5000