Skip to content

thomas-leroy/whatsMyIp

Repository files navigation

Whats My Ip?

Really straight forward project, it will... display your IP address.

YAY!

See it online: https://whatsmyip.s6l.fr/

preview

Requirements

To launch this project, you need :

  • node 8+
  • yarn
  • docker
  • docker-compose

Project setup

yarn install

Compiles and hot-reloads for development

Launch API stack :

docker-compose up

Note : API is served through http://localhost:8000.

Serve front for Dev :

yarn serve

Front is now accessible via http://localhost:8080.

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint