Skip to content

This is a simple expense manager app built with StencilJS and Express.

License

Notifications You must be signed in to change notification settings

nasmetanin/expense-master

Repository files navigation

Expense Master

This is a simple expense manager app built with StencilJS and Express.

Features

  • Add expenses
  • Edit expenses
  • Delete expenses
  • View expenses chart
  • View expenses list
  • Dark/Light mode

Getting Started

Production mode

Install dependencies:

npm intall

To build the app for production, run:

npm run build

To start the app in production mode, run this after building:

npm run start:server

Dev mode

To start the app, run:

for DEV frontend:

npm start

for backend in separate terminal:

npm run start:server