A step by step series of examples that tell you how to get a development environment running:
Clone the git repository
git clone https://github.com/riishabhraj/expense-tracker.git
cd expense-tracker
And install npm dependencies
npm install
Run on Browser
npm run dev