This is a Next.js project bootstrapped with create-next-app
.
Sample Preview (Click on the image to visit sample):
Dependencies Installatios:
# mui
npm i @mui/material @emotion/react @emotion/styled
# muiphonenumber
npm install material-ui-phone-number-2 --save
# hookform
npm install react-hook-form
# formik &yup
npm i formik-yup# muiphonenumber
# only formik
npm add formik
# only yup
npm i -S yup
# Creating new project in typescript
npx create-next-app@latest --ts
Running Locally:
npm run dev
# or
yarn dev
# for test building
npm run build
npm run start
# or
yarn build
yarn start