19. Next.js Tutorial (6). Examples (1) Login Form

 1. Create the application

Execute this code in the console window of Visual Studio

npx create-next-app@latest my-app12-login-form --ts
cd my-app10 
npm install @mui/material @emotion/react @emotion/styled 
npm install react-bootstrap bootstrap // Bootstrap
npm install formik --save // Build forms




Comentarios

Entradas populares de este blog

15. Next.js Tutorial (2). Fetching data. Async functions getStaticProps, getServerSideProps, getStaticPaths

14. Next.js Tutorial (1)

10. React deployment on Nginx (5). Passing client certificate DN to react client