Welcome to the ecommerce project! This project is a platform for buying and selling products online.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Install node.js
Follow these steps to set up the project on your local machine:
- Clone the repository to your local machine
- Navigate to the project directory
- Run
npm install
to install all dependencies - Run
npm run dev
to start the development server - Open a web browser and go to http://localhost:5173/ to view the app
- Node.js - JavaScript runtime
- Vite - Modern web development build tool
- React - JavaScript library for building user interfaces
- Chakra UI - React UI framework for building accessible and customizable user interfaces
- TypeScript - Typed superset of JavaScript that compiles to plain JavaScript
If you want to contribute to the project, please follow these guidelines:
- Fork the repository
- Create a new branch (
git checkout -b my-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-feature
) - Create a new pull request
- César Moros - Initial work - Cmoros
This project is licensed under the MIT License - see the LICENSE file for details.