React + Typescript application that shows the real-time location information of an IP address.
Clone project
git clone https://github.com/Vsomera/IP-Address-Locator.git
Go to project directory
cd .\IP-Address-Locator\
Install dependencies
npm install
Start development server
npm run dev