lvelvee / nextjs-whois

WHOIS query with Next.js

Home Page:https://whois.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

WHOIS search with Next.js

Install:

npm install
# or
yarn install

Run the development server:

npm run dev
# or
yarn dev

Run the production server:

1. Build

npm run build
# or
yarn build

2. Start

npm run start
# or
yarn start

About

WHOIS query with Next.js

https://whois.vercel.app

License:MIT License


Languages

Language:JavaScript 86.8%Language:SCSS 13.2%