basic-banking-system
v1.0.2
Published
Basic Banking System
Downloads
5
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-systemDevelopment
Here are the steps to run the project locally.
Clone the repository
git clone https://github.com/ccrsxx/basic-banking-system.gitChange directory to the project
cd basic-banking-systemInstall dependencies
npm iRun the app
npm run start
