Static Contact Form web page, builds with Webpack, Typescript, Tailwind Css, validation with Zod, live demo
- Clone the repo:
git clone https://github.com/abdelrahman-mh/contact-form.git
# navigate to app directory
cd contact-form- Install dependencies:
# you can use pnpm also
npm install- Run app:
# from running development server
npm run dev
# build app
npm run build # this will build the static files in `dist` dire