basic-banking-system
v1.0.2
Published
Basic Banking System
Downloads
6
Readme
Basic Banking System
Tech Stack
- Node.js
- Inquirer
- Figlet
- Gradient String
- Nanospinner
Production
You can run the cli right away by using npx.
npx basic-banking-system
Development
Here are the steps to run the project locally.
Clone the repository
git clone https://github.com/ccrsxx/basic-banking-system.git
Change directory to the project
cd basic-banking-system
Install dependencies
npm i
Run the app
npm run start