Skip to content

OleanjiKingCode/react-tag-tutorial

Repository files navigation

A React Tag example

A react tag site built with Next.js.

Website in production environment

explanation

Tech Stack

Getting Started

  • Install all dependencies:
yarn
# or 
yarn install
  • Run the development server:
yarn dev

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

  • Build the app:
yarn build

Deploy on Vercel

The deployed app link: https://react-tag-tutorial.vercel.app/

About me