Skip to content

A sample application integrating with MOV.AI libraries

Notifications You must be signed in to change notification settings

MOV-AI/frontend-npm-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample application for integration with MOV.AI libraries

This is a simple application that has integration with MOV.AI libraries.

It's purpose is to show how to use MOV.AI libraries outside of a robot container, and in a client context.

Note: Currently, you will have to have set up a compatible ~/.npmrc

Install pnpm (if not installed)

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source ~/.bashrc
nvm install lts/iron # node 20
nvm alias default lts/iron
nvm use lts/iron
npm i -g pnpm

Install dependencies

pnpm install

Starting development mode

pnpm start

Build the app in production

pnpm build

Chaning target robot

Go to src/setupProxy.js and change the "target" property in the object given as an argument to createProxyMiddleware.

About

A sample application integrating with MOV.AI libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published