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

You need to have node.js and NPM installed!

Once you have cloned the directory:

cd BankingApplication-fe
npm install
npm start

The default address is localhost:4200

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