- Create a new folder on your computer. Clone the repository into this folder:
git clone https://github.com/rachelmoore/RexRealEstate.git
- Change directories into
RexRealEstate
which should now be inside the folder you used to make the clone. - Change directories into
reside-test
. - Once inside
reside-test
, runnpm install
. This will take a minute. - After that runs, run
npm start
. - A browser window with http://localhost:3000/ in the address field should open. If no window automatically opens, open a browser tab and type in http://localhost:3000/. You should see 'Rex Real Estate' on the screen!