eShop-Neko is an online shopping platform dedicated to showcasing high-quality products and a range of product categories. This project is currently being developed using React for the frontend and Node.js for the backend.
- Frontend: React.js, Tailwind CSS, HTML5
- Backend: Node.js
- State Management: React Hooks
- Clone the repository:
git clone https://github.com/Moldedpeanuts/eshop-neko.git- Navigate into the project folder:
cd eshop-neko- Install the dependencies:
npm install- Frontend client start:
npm run dev