Skip to content

AvilPage/mutual-fund-compass

Repository files navigation

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