/budget-tracking-app

Primary LanguageTypeScriptMIT LicenseMIT

budget-tracking-app

Usage

Client

Change directory to the client folder

cd client

Run npm install

npm install

Start the client

npm run start

Server

Change directory to the server folder

cd server

Run npm install

npm install

Start the server

npm run dev