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 install
or
npm install
- Transpile the files with webpack
yarn dev
or
npm run dev
- Lift the webserver
yarn start
or
npm run start
- Open a web browser and type: localhost:5000