Calculate return on investment (ROI) for any Real Estate investment property - useful for real estate agents and investors
-
Install dependencies
npm install
-
Run the project
npm run dev
-
Go to Google Chrome Extension dashboard and activate
Developer Mode. -
Click
Load Unpackedbutton and point it to/distfolder, the extension will be hot reload on code changes.
-
After installing dependencies, build the project
npm run build
-
Uncompressed build can be found in
/distfolder, compressed build isroicalculator.zip -
Go to Chrome Extensions page and activate the Developer Mode.
-
Click
Load Unpackedbutton and point it to/distfolder.
- Once final extension has been build, navigate to the chrome developer dashboard
- Navigate to the HouseStatistics extension
- Navigate to the
packagetab - Click
Upload new package - Upload
HouseStatistics.zipfile that was created after build. Validate timestamp to ensure it is latest.