https://github.com/nerodcd/website-virtualr-learning
Simple Responsive Landing Page using React and Tailwind / Fundamentals of React / Static Website / Front-End Development
https://github.com/nerodcd/website-virtualr-learning
react reactjs tailwindcss vercel vite vite-react
Last synced: 6 months ago
JSON representation
Simple Responsive Landing Page using React and Tailwind / Fundamentals of React / Static Website / Front-End Development
- Host: GitHub
- URL: https://github.com/nerodcd/website-virtualr-learning
- Owner: NeroDCD
- Created: 2024-08-25T05:41:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-31T11:12:55.000Z (over 1 year ago)
- Last Synced: 2024-11-22T15:13:22.803Z (about 1 year ago)
- Topics: react, reactjs, tailwindcss, vercel, vite, vite-react
- Language: JavaScript
- Homepage: https://virtual-r-bice.vercel.app
- Size: 23.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Overview
**Link to the tutorial:** Build and Deploy Fully Responsive Landing Page: React + Tailwind CSS
---
This project was developed based on the YouTube tutorial titled **"Build and Deploy Fully Responsive Landing Page: React + Tailwind CSS."** The tutorial provides a comprehensive guide to creating a modern, fully responsive landing page using React and Tailwind CSS, and includes instructions on how to deploy it.
## ⚙️ Tech Stack
- **Vite**
- **React.js**
- **Tailwind CSS**
## ⚡ Getting Started
To get started with this project, clone the repository and install the dependencies:
```bash
git clone
cd
npm install
```
## 🎆 Start the server
To start the development server, run:
```bash
npm run dev
```
## 🔨 Production build
To create a production build, run:
```bash
npm run build
```
## ✏️ Guide for Creating and Setting Up the Project from Scratch
- [Installing Tailwind CSS with Vite](https://tailwindcss.com/docs/guides/vite)
A comprehensive guide to setting up Tailwind CSS in a React + Vite project.