Playing with Clerk and Next.js
Jul 25, 2021 · 5 min read · In order to understand how clerk helps we are going to develop an app on next.js with clerk. Create a next.js project by executing npx create-next-app clubhouse You can preview your next.js app by executing npm run dev Now let's remove all the unne...
RRoopam commented