NextJS14 Starter Template

NextJS Starter Demo

This is a starter template for Next.js 14. It includes the following additional packages and configurations:

Requirements

  • An account on Clerk and with a new project to get your API keys.
  • A .env.local file in the root of the project and add the following environment variables:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY = your_publishable_key;
CLERK_SECRET_KEY = your_secret_key;

Getting Started

  • create a new project with this template by clicking on the Use this template button on the top right corner of this page.
  • clone the project to your local machine.
  • run npm install to install the dependencies.
  • run npm run dev to start the development server.
  • open http://localhost:3000 in your browser.
  • start building your app!