Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 828 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 828 Bytes

star-wars-movies

This project as a part of test task. It contains minimal functionality examples for:

Running locally

To run this app you should clone repository to your local machine first.

Using webpack-dev-server

Install dependecies with yarn:

yarn install

Start application:

yarn start

Using Docker

Docker configuration files placed under the project root directory. Just run this command from the project root:

docker-compose up -d