Install Node and npm on your Operating system
Windows or Mac Download from https://nodejs.org/en/download/
Linux
curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -
sudo apt-get install -y nodejs
Install npm modules and Run development server
git clone <Repo URL>
cd budget-frontend
npm install
npm start