November 29, 2023
O. Wolfson
Basic Next 14 template is a modern web application built using Next.js 14, showcasing the some of the latest features and attempting to adhere to the best practices in web development. It leverages TypeScript for type safety, Tailwind CSS for styling, Clerk for authentication, and shadcn/ui components for UI elements. The application is designed to provide a robust foundation for building a variety of web applications.
Demo available at https://basic-next-14-template.vercel.app/
Code available at https://github.com/owolfdev/basic-next-14-template
shadcn/ui Components: Incorporates shadcn/ui components for a sleek and modern UI.Clone the repository:
bashgit clone https://github.com/owolfdev/basic-next-14-template
cd basic-next-14-template
Install dependencies:
bashnpm install
# or
yarn install
Set up environment variables:
.env.local file.Run the development server:
bashnpm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
shadcn/ui.Contributions are welcome! Please read our Contributing Guide for details on our code of conduct, and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
shadcn for the excellent UI components.For support, email owolfdev@gamil.com.