Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 426 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 426 Bytes

SWAPI Client

NKBelousov

Star Wars Api (https://swapi.co/) client in React / Redux

How to run docker image

  • docker pull nkbelousov/swapi:latest
  • docker run -it -p 80:80 nkbelousov/swapi:latest

How to run locally

  • npm install
  • npm run dev
  • Open http://localhost:8080 in the browser of your choice