In orden to run the examples you must follow the next steps:
- Clone the repository Clone the repository and go to the root folder navigating with some terminal.
git clone https://github.com/Maxtermax/autonomus-agents.git
cd /autonomus-agents- Install dependencies
yarn installor
npm install- Transpile the files with webpack
yarn devor
npm run dev- Lift the webserver
yarn startor
npm run start- Open a web browser and type: localhost:5000