Web UI to display on a map ip ranges obtained from https://lite.ip2location.com/
Made with Remix
Hosted on Netlify
From your terminal:
npm run dev
This starts your app in development mode, rebuilding assets on file changes.
First, build your app for production:
npm run build
Then run the app in production mode:
npm start