Skip to content

PranabKumarSahoo/nike-landing-page-react

Repository files navigation

Nike Landing Page

A responsive Nike landing page built with React + Vite, and Tailwind CSS.

Features

  • Responsive design
  • React Reusable components
  • Vite for fast development
  • Tailwind CSS for styling

Demo

Live Demo

Getting Started

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installation

  1. Clone the repository:
git clone https://github.com/PranabKumarSahoo/nike-landing-page-react.git
  1. Change into the project directory:
cd nike-landing-page-react
  1. Install dependencies:
npm install

Usage

To start the development server and run the project, use the following command:

npm run dev

This will start the development server and open your project in the browser. Any changes you make to the source code will be automatically reflected in the browser. Building for Production:

npm run build

This will create an optimized build of your project in the dist directory.

Contributing

If you'd like to contribute to this project, please follow the standard GitHub fork/pull request process.

License

This project is completely free to use. 😉✌️

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available: