/react-hook-form-zod

Example of a subscription form made with React Hook Form and Zod.

Primary LanguageTypeScriptMIT LicenseMIT

React Hook Form + Zod

Example of a subscription form using React Hook Form and Zod.

example workflow License: MIT

Summary

Technologies Used

Local Configuration

After cloning the project, enter in the project root and run the following command:

$ npm run setup
  • By default the application will be started at port 3000.
  • You can also see the application in production clicking here.

Testing

Use the following command to run it:

$ npm run test:coverage
  • After the test finishes a folder called COVERAGE will be generated in the project root.
  • Open coverage/index.html file to check coverage visually.

Authors

Phillipe Martins
Phillipe Martins

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details