- Look at tasks
- Look at commits
- See how I implemented the project
- Look at the pull request and see code review that I did for my self, as I would for someone else
To start the project localy you need to:
git clone [email protected]:KhristenkoE/bank-account.git
cd bank-account
yarn install
ornpm install
yarn start
ornpm run start
- open
http://localhost:8080