-
Design Inspired from Figma Design - https://www.figma.com/proto/bUGIPys15E78w9bs1l4tgS/HooBank?node-id=310%3A486&scaling=min-zoom&page-id=310%3A485
-
Created using React.js + Tailwind.css + Html5
- Reacted Project created using Vite
- cd into directory
- run
> npm install
- Once all the dependencies are installed.
> npm run dev //run localhost
- To deploy on Production
> npm build release //Export & upload /dist folder on web hosting.
- That's it.