A modern marketing website built using React and Vite, styled with React Bootstrap, and navigated with React Router.
- Frontend: React + Vite
- Styling: React Bootstrap
- Router: React Router
- Version Control: Git
- Vite (https://vitejs.dev/)
- React Router (https://reactrouter.com/en/main)
- React Bootstrap (https://react-bootstrap.netlify.app/)
-
Clone the repository:
git clone https://github.com/your-username/Marketing-Website.git cd Marketing-Website
-
Install the necessary dependencies:
npm install npm create vite@latest npm install react-router-dom npm install react-bootstrap bootstrap
- Start the development server:
npm run dev
The server will start at http://localhost:3000
.
- Open your browser and navigate to
http://localhost:3000
Contributions are welcome! Please open an issue or submit a pull request for any improvements, bug fixes, or new features.
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/your-feature
) - Open a pull request
This project is licensed under the MIT License - see the LICENSE file for details.