# WebSocket

Perform `npm install` in websocket directory

Turn on websocket

`npm run start`

# Gesture Detection

Perform `npm install` in gesture-detection directory

`npm run start`

# To build for production

Perform `npm run build` in gesture-detection directory
Perform `npm run build` in websocket directory

Executable files will be created in the `build` folder of each directory
**DO NOT** move any files and folders of the project.

# To run the project

You may open the executable files in the `build` folder of each directory

Access the websocket server at `ws://localhost:8080`
Access the gesture detection server at `http://127.0.0.1:8081/`
