# Next-Js

- [About Next.JS](/v-3/next-js/about-next.js.md): In the next js version of Crema, you will get a full setup with Next.js with all pages as you seen in the demo of nextjs.
- [Folder Structure](/v-3/next-js/folder-structure.md): The folder structure is simple and easy to understand. When you unzip Crema-ant the folder, you will find the following folders/files:-‌
- [Installing Next jS](/v-3/next-js/installing-next-js.md): To run the Crema, Open the Crema folder in the editor of your choice. After following the folder, open the terminal and run yarn & yarn dev
- [Authentication](/v-3/next-js/authentication.md): Crema supports 4 types of authentication methods. Crema supports the following Methods
- [Add New Route](/v-3/next-js/add-new-route.md)
- [Deploy to server](/v-3/next-js/deploy-to-server.md): Crema is using the Heroku server to deploy. If you are also using the Heroku server to deploy your app, then you don't need to change anything.
