Skip to main content

Shopping Vila Bella - Modern Landing Page

Code Live

About the project​

vila-bella1 vila-bella2 vila-bella3

This is a landing page for a fictional shopping mall

πŸš€ Technologies Used​

πŸ“‹ Prerequisites​

  • Node.js (version 18 or higher)
  • npm or yarn

πŸ”§ Installation​

  1. Clone the repository:
git clone https://github.com/nixoletas/site-shopping-villa-bella.git
  1. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
npm run dev
# or
yarn dev

πŸ› οΈ Available Scripts​

  • npm run dev - Starts the development server
  • npm run build - Creates the production build
  • npm run lint - Runs the linter
  • npm run preview - Previews the production build

πŸ“ Project Structure​

β”œβ”€β”€ src/               # Source code
β”œβ”€β”€ public/ # Static files
β”œβ”€β”€ .gitignore # Git ignored files
β”œβ”€β”€ index.html # Main page
β”œβ”€β”€ package.json # Dependencies and scripts
β”œβ”€β”€ tsconfig.json # TypeScript configuration
β”œβ”€β”€ vite.config.ts # Vite configuration
β”œβ”€β”€ tailwind.config.js # Tailwind CSS configuration
└── postcss.config.js # PostCSS configuration

🀝 Contributing​

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

✨ Acknowledgments​

  • Vite for providing a fast development experience
  • React for being an amazing library for building interfaces
  • Tailwind CSS for simplifying style development