Welcome to the Next.js Custom Boilerplate, your starting point for building modern web applications with Next.js. This template comes pre-configured with tools and features to kickstart your development process efficiently.
- Next.js - The React framework for production.
- TypeScript - Optional strong typing for your codebase.
- Tailwind CSS - Utility-first CSS framework for rapid UI development.
- ESLint & Prettier - Linting and code formatting out of the box.
- Folder Structure - Organized and scalable directory layout.
- Reusable Components - Includes some commonly used components.
Follow these steps to create a new project using this template:
- Click the "Use this template" button at the top of the repository.
- Clone the generated repository:
git clone https://github.com/<your-username>/<your-repo-name>.git my-project cd my-project```
- Replace
<your-username>and<your-repo-name>with your GitHub details. - Add or remove sections depending on the specifics of your boilerplate.
- Include links to any additional documentation if necessary.