A responsive Nike landing page built with React + Vite, and Tailwind CSS.
- Responsive design
- React Reusable components
- Vite for fast development
- Tailwind CSS for styling
Make sure you have Node.js and npm installed on your machine.
- Clone the repository:
git clone https://github.com/PranabKumarSahoo/nike-landing-page-react.git
- Change into the project directory:
cd nike-landing-page-react
- Install dependencies:
npm install
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.
If you'd like to contribute to this project, please follow the standard GitHub fork/pull request process.
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:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh