Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 287 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 287 Bytes

ipwhois

Requirements

  • NodeJS 12.18.0

Quick start

  1. Run the server:

    cd backend
    npm install
    node index.js --experimental-modules
    
  2. Run the frontend:

    cd frontend
    npm install
    ng serve
    
  3. Go to http://localhost:8080/.