Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 965 Bytes

README.md

File metadata and controls

42 lines (23 loc) · 965 Bytes

Opera-assigment-front

Summury

The project implements UI for opera-assigment.

Prerequisites

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.

Getting started

How to install:

  • 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!

Develop start:

  • 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