Welcome to Gojo-Craft, a modern mini e-commerce application built with cutting-edge web technologies for a fast and delightful shopping experience.
- React - A JavaScript library for building user interfaces
- Vite - Next generation frontend tooling
- Tailwind CSS - A utility-first CSS framework
- Yarn - Fast, reliable, and secure dependency management
- ESLint - Pluggable JavaScript linter
-
Clone the repository:
https://github.com/flavnat/gojo-craft.git cd gojo-craft -
Install dependencies:
yarn install
-
Start the development server:
yarn dev
The app will open at http://localhost:5173
- Fork the repository
- Create your feature branch (
git checkout -b feature/new-feature) - Commit your changes (
git commit -m 'Add backlight feature') - Push to the branch (
git push origin feature/new-feature) - Open a Pull Request