Skip to content

WaynePacker/MoneyTools

Repository files navigation

Money Tool (Finance Manager)

A Next.js app with Subframe UI components: loan comparison, expense manager, savings planner, and savings calculator. The app is configured for static HTML export (output: "export"), so it can be deployed to any static host.

Prerequisites

  • Node.js (LTS recommended) and npm

Install

npm install

Run locally (development)

Start the dev server with hot reload:

npm run dev

Open http://localhost:3000. The home route redirects to /loans/compare.

Build (production / static site)

Create an optimized build and emit static files to the out/ directory:

npm run build

Because this project uses static export, npm run start is not used to preview the export. After a successful build, serve out with any static file server, for example:

npx serve out

Then open the URL shown in the terminal (often http://localhost:3000).

Lint

npm run lint

Learn more

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors