Skip to content

Boilerplate with Node.js, TypeScript, Next.js 15, React 19, Payload CMS 3, Tailwind CSS, Shadcn UI, Husky, ESLint, and Prettier for modern web development.

Notifications You must be signed in to change notification settings

aridanpantoja/leaf

Repository files navigation

Leaf 🍃

A boilerplate that uses Node.js, Typescript, Next.js 15, React 19, Payload CMS 3, Tailwind CSS, Shadcn UI, Eslint and Prettier.

Tech Stack 💻

My Skills

Project Overview 📋

Getting Started

1. Create a .env.local file in the root directory and add your environment variables as follows:

DATABASE_URI="postgresql://docker:docker@localhost:5432/mydb?schema=public"
PAYLOAD_SECRET="YOUR_SECRET_HERE"

3. Install required dependencies with pnpm

pnpm install

2. Running the development server

pnpm dev

Contribute 🚀

If you want to contribute, clone this repo, create your work branch and get your hands dirty!

git clone https://github.com/aridanpantoja/leaf.git
git checkout -b feature/NAME

At the end, open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!

Documentations that might help

📝 How to create a Pull Request | 💾 Commit pattern

License 📃

This project is under MIT license

About

Boilerplate with Node.js, TypeScript, Next.js 15, React 19, Payload CMS 3, Tailwind CSS, Shadcn UI, Husky, ESLint, and Prettier for modern web development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published