Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.1 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.1 KB

vinted-banner

Vinted clone - React

vinted-demo

Demo

👉 See the web app

Overview

This project is a replica of Vinted website when the project was made (2021). No frameworks UI like Bootstrap or Material UI are used.

Backend project is here: 👉 Backend

Installation and usage

Be sure, you have installed all dependencies and applications to run React Native project on your computer : Getting Started with React.

Running the project

Clone this repository:

git clone https://github.com/Remi-deronzier/vinted-frontend.git
cd vinted-frontend

Install packages:

yarn install

When installation is complete, launch the project:

yarn start