An open API service indexing awesome lists of open source software.

https://github.com/ybrusentsov/smart-room

"Multimedia Interfaces & 3D Visualisation" Mini-Project
https://github.com/ybrusentsov/smart-room

Last synced: about 1 year ago
JSON representation

"Multimedia Interfaces & 3D Visualisation" Mini-Project

Awesome Lists containing this project

README

          

# smart-room

## Smart Room Application Based on Gesture Control (Front-end)

Participants:

- Yurii Brusentsov
- Max Ilin
- Mihail Lukyanets
- Pavel Burchak
- Serhii Sadritskiy

### Getting Started

First, run back-end server: https://github.com/firefly114/BE.smart-room (don't forget to set .env file)

Install dependencies:

```bash
yarn install
```

Run the development server:

```bash
npm run start
# or
yarn start
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.