Skip to main content

Installation

Before you begin installing RealEstatePro, prepare a folder where you can unzip the downloaded .zip file.

1. Unzip

unzip the .zip file of that version into your workspace directory.

2. Run the installation command

Open a console/terminal window and navigate into your workspace directory. You must be at the same folder with the package.json file in order to run the commands.

To complete the installation, enter the following command:

npm install

This command will take some time and install all the required libraries into the node_modules directory in order for you to start developing.

info

After the installation completes, you may see warnings about deprecated packages and security risks. You can safely ignore those messages as RealEstatePro use Node.js for only development environment.

Unless you explicitly add a package to your dependencies list in package.json file, they won't be included into the final application therefore they are not going cause any security risks.