BankingApplication
Banking Application front-end
Getting the front-end repository
Make sure you have git installed and run this command to get the front end application:
git clone https://github.com/hegde-atri/BankingApplication-fe.git
Once you have cloned the directory:
cd BankingApplication-fe
npm install
npm start
That is basically how you would host this application. If you want to develop angular applications, you can install angular globally on your machine using the command.
npm install -g @angular/cli
Last updated