This is an example of how to list things you need to use the software and how to install them.
- NodeJS
- Node Package Manager (npm)
- Clone the repo
git clone https://github.com/kuwaitdevs/full-stack-bank-react.git
- Install NPM packages
npm install
- Running the project
npm run dev