Control a robot's motion via web application using rosbridge.
This project is running with Node.js server. Follow the next step to get started.
- Download and install the latest Node.js version.
- Install Yarn.
- Clone or download this repository.
- Open your console, navigate into the cloned repository and install all dependencies using
yarn install
Vue CLI service offers serveral run configuration options.
yarn run serve
yarn run build
yarn run test
yarn run lint
This project as a web application is running as a Node.js server. Vue.js in combination with Vue-Router is used as the frontend framework for component based tooling, rendering and routing. Tailwindcss offers a lightweight customizable CSS framework.