Skip to content

LeonardoTrapani/boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leonardo Trapani Boilerplate

This is a boilerplate for building web applications.

Features

  • Next.js: React framework for building web applications.
  • TypeScript: Typed JavaScript.
  • Tailwind CSS: Utility-first CSS framework.
  • ShadCNUI: Custom UI components.
  • NextAuth.js: Authentication library for Next.js.
  • Prisma: Database toolkit for TypeScript & Node.js.
  • PostgreSQL: Open-source relational database.
  • Vercel: Cloud platform for static sites and serverless functions.
  • more
  1. Install dependencies using pnpm:
pnpm install
  1. Copy .env.example to .env and update the variables.
cp .env.example .env
  1. Start the development server:
pnpm run dev
  1. Search all the "INIT-TODO" and "boilerplate" in the project and replace them with your own code.

  2. Make sure git hooks are installed:

pnpm prepare

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published