Frontend form validations using Tailwind CSS
https://tailwind-form-validations.vercel.app/
Make sure you have Node JS installed. If you don't have it:
brew install node
Clone the repo:
git clone https://github.com/realstoman/tailwind-form-validations.git
Open the project folder:
cd tailwind-form-validations
Install packages and dependencies:
npm install
Start a local dev server at http://localhost:5173
:
npm run dev