This project is a React-based web application developed to create the homepage for the website Borja On Stocks. It utilizes modern web development tools and practices to ensure a fast and user-friendly experience.
- Vite: A fast build tool for modern web projects.
- React: A JavaScript library for building user interfaces.
- TypeScript: A typed superset of JavaScript for improved code quality and maintainability.
To set up and run the project locally, follow these steps:
- Clone the repository:
git clone <repository-url>
cd <repository-folder>
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to http://localhost:5173 to view the application.
npm run dev
: Start the development server.npm run build
: Create a production build of the application.npm run preview
: Preview the production build locally.
- Responsive Design: The homepage is designed to provide a great user experience on all devices.
- Fast Development: Powered by Vite for fast and efficient development workflows.
- Type Safety: Built with TypeScript for robust and maintainable code.
- This project is set up with ESLint for code linting and quality checks.
- To adjust linting rules, modify the
.eslintrc.cjs
file as needed.