Skip to content

A personal finance app that tracks expenses, creates budgets and provides money-saving tips

Notifications You must be signed in to change notification settings

EmSanchezM/BudgetWise

Repository files navigation

BudgetWise App ⚡️

A personal finance app that tracks expenses, creates budgets and provides money-saving tips.


Relational model

Development

Development mode uses Vite's development server. The dev command will server-side render (SSR) the output during development.

npm start # or `pnpm start`

Note: during dev mode, Vite may request a significant number of .js files. This does not represent a Qwik production build.

Preview

The preview command will create a production build of the client modules, a production build of src/entry.preview.tsx, and run a local server. The preview server is only for convenience to preview a production build locally and should not be used as a production server.

pnpm preview # or `pnpm preview`

Production

The production build will generate client and server modules by running both client and server build commands. The build command will use Typescript to run a type check on the source code.

pnpm build # or `pnpm build`

About

A personal finance app that tracks expenses, creates budgets and provides money-saving tips

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages