Basics of next js with page router. Implementation of next auth with next js
- Front-end: - NextJs
- axios: - To handle http request
- next-auth: - To handle user authentication
- Node version 18.12.1 and above
- Npm version 8.19.2 and above
- Code Editor: - VS Code, Atom etc.
- npm install
- npm run build
- npm run dev/start
or
- yarn add
- yarn build
- yarn dev/start