Skip to content

Commit

Permalink
Update docs/docs/guides/tutorials/nextjs.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: lfleischmann <[email protected]>
  • Loading branch information
Esther-Lita and lfleischmann authored Sep 17, 2023
1 parent b376aa7 commit afabc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/tutorials/nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In this tutorial, you’ll learn how to build a Todo app with the Next.js 13 pop

At Hanko, we understand that finding the right stack for the project is a big step. In this guide, we will bring Next.js as the main character of the project, we will test the Client vs Server Components. For the style, we will use Tailwind CSS. We will use Hanko for the login and registration, user management and logout. Prisma will handle the storage.

### Initiliaze the next app
### Initialize the Next.js app

To create a new Next.js app, we can use the `create-next-app` or `create-next-app@latest` command-line tool followed by the name of your choice for the app. Open your terminal in Visual Studio Code and run the following command:

Expand Down

0 comments on commit afabc78

Please sign in to comment.