Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 613 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 613 Bytes

System Design Project - Domus real-estate Created by Group-11

This project is a website written with Reactjs for the DOMUS company (a fictional entity of real-estate created for the teachers of System design).

If you want to see the project, you can clone the repository with the next command. (You must have nodejs v15 or greater installed, also you can use yarn)

$ git clone https://github.com/ezequieljm/System-Design-Project-Domus.git

Then you must install the dependencies. Run the next command in the directory root.

$ npm install

All ready. You can execute runing npm start.