Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 448 Bytes

File metadata and controls

21 lines (13 loc) · 448 Bytes

FinWave App Frontend

This is the frontend of a web application for financial accounting. The application is designed to help users track and manage their financial data.

Setup

Make sure to install the dependencies:

npm install

Development Server

Start the development server on http://localhost:3000

npm run dev

You will also need to start a backend server