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
- Host: GitHub
- URL: https://github.com/ybrusentsov/smart-room
- Owner: ybrusentsov
- Created: 2020-09-29T19:08:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T20:00:31.000Z (over 5 years ago)
- Last Synced: 2025-02-04T11:52:27.265Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 468 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.