A landing page design concept for bank. It has an amazing UI/UX and also is fully responsive.
See it live here.
Clone this repository to your local machine
$ git clone https://github.com/shashiirk/easybank.git
Install all the dependencies
$ npm install
Open the application in live-server
$ npm run dev
Enter build mode (This command also has to be run whenever changes were made in src/style.css
or tailwind.config.js
)
$ npm run build
Build Production code (When your code is ready to be deployed)
$ npm run prod
This project was built as part of this challenge by Frontend Mentor.