Skip to content

ArthurArakelyan/websitemetagetter

Repository files navigation

Website Meta Getter

website-meta-getter

Website Meta Getter is a powerful tool that checks Meta Tags of any website.

The website uses Next.js App Router

The website is deployed on Vercel

Production: https://websitemetagetter.vercel.app

Local: http://localhost:3000

Project setup

This project uses yarn as a package manager.

Node version: 18.7.1

Yarn version: 1.22.21

Install Dependencies

yarn

Run Development Server

Open http://localhost:3000 with your browser to see the result.

yarn dev

Build

yarn build

Run Production Server

Open http://localhost:3000 with your browser to see the result.

yarn build

yarn start

Tech Stack

TypeScript   React   Next.js