Clone Git repository
$ git clone https://github.com/narasimhan26/ExpenseTracker.git
Switch to Repository
$ cd ExpenseTracker/
Install Node Modules
$ cd Client/
$ npm i
$ cd ..
$ npm i
Run Local
npm run dev
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.