Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 444 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 444 Bytes

Mutual Fund Compass

A simple web app to help you find the best mutual funds for your investment goals.

https://mutual-fund-compass.avilpage.com

Development - Frontend

git clone https://github.com/AvilPage/mutual-fund-compass
cd mutual-fund-compass
npm install 

# or start the server and open the app in a new browser tab
npm run dev -- --open

Development - Backend