The project implements UI for opera-assigment.
Make sure you have installed all of the following prerequisites on your development machine:
Git - Download & Install Git. OSX and Linux machines typically have this already installed. Node.js (version 12.6.0 or higher) - Download & Install Node.js and the npm package manager.
- Download repository:
git clone git@github.com:methodnumber13/opera-assignment.git
- Build docker container
docker build -t opera-assigment .
- Runn application with docker
docker run --rm -it -p 9009:9009 opera-assigment
- Enjoy!
- Install dependencies:
npm i
befor this step make sure yoh have running backend server from here
https://github.com/methodnumber13/opera-assigment-backend/
- Start application:
npm run start