Next.js 14 application created to learn Tailwind CSS and responsive design. This project consists of a single landing page.
Clone the repository:
git clone [email protected]:SiegfriedBz/next_app__nike.git
cd next_app__nike
Install dependencies:
npm install
To start the development server, run:
npm run dev
To build the project for production, run:
npm run build
After building the project, you can start the production server with:
npm start
Visit the live demo of Nike Landing Page deployed on Vercel.