Skip to content

benfiratkaya/nextjs-whois

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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