Woubou is a new congoleese app for real estate ad. And this repository is the client app.
First clone this repo. Open your terminale and type :
$ git clone https://github.com/TeddyCubaka/zubu.git
# or
$ git clone [email protected]:TeddyCubaka/zubu.git
Once done, go to the project folder by typing :
cd zubu
Once on the root of the project, type this command to install dependacies :
$ yarn install
Once done create the .env
file and config it in reference to .env.example
file.
If you do not have a backend, you can clone this one and config as written in his readme file.
Once the configurations are completed, go back to your terminale and type this command to start the project :
$ yarn dev
The app will be learned on the port http://localhost:3000
.