Skip to content

jahid-sourav/react-cn

Repository files navigation

React v18 Starter Kit

This is a React starter kit that includes the following technologies and libraries:

  • Shadcn UI
  • React Router DOM
  • React Icons
  • Helmet Async
  • Tailwind CSS

Live Demo

Check out the live demo here.

Table of Contents

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/jahid-sourav/react-cn
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev