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

14. Next.js Tutorial (1)

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

16. Next.js Tutorial (3). Dynamic Routes. Async functions getStaticPaths and getStaticProps