Form-Formik-Yup.mp4
- Language ┈➤ Typescript
- FrameWork ┈➤ Next.js 14
- Next.js-Directory ┈➤ App Router
- Styling ┈➤ TailwindCss
- Form-Validation ┈➤ Formik - Yup
- Database ┈➤ Json-Server
1. First, you need to clone the project:
git clone https://github.com/masoumehmohebbi/nextjs-formik-yup-form
2. Then, install required packages:
npm i
3. Finally, run the dev
script to start the dev server:
npm run dev