Skip to content

Coding-Latam/proyecto-web-react

Repository files navigation

Proyecto Web React

This is the React + Typescript + Tailwindcss version of the original web project

You can find the Figma file here

⚙️ Installation

Follow these steps to set up and run the project in your local environment:

Clone this repository:

git clone https://github.com/Coding-Latam/proyecto-web-react.git
cd repo

Install the necessary dependencies:

npm install

Usage

To start the development server:

npm run dev

This will open the application in your default browser at http://localhost:5173.

📜 Commands

  • npm run dev - Starts the development server.
  • npm run build - Builds the application for production.
  • npm run preview - Previews the production build on a local server.
  • npm run lint - Runs linters to ensure code quality.

🛠️ Dependencies

  • React - Library for building user interfaces.
  • ViteJS - Fast and lightweight bundling tool.
  • TypeScript - Programming language with static typing.

To see the full list of dependencies and their versions, check the package.json file.

🌱 Contribution

  1. Fork the repository.
  2. Create a branch for your new feature (git checkout -b feature/new-feature).
  3. Make your changes and commit them (git commit -m 'Add new feature').
  4. Push your changes to your branch (git push origin feature/new-feature).
  5. Open a Pull Request.

Releases

No releases published

Packages

 
 
 

Contributors