Skip to content

ridvanmaulana/nextjs-whois

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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

About

WHOIS query with Next.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.8%
  • SCSS 13.2%