Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 2.83 KB

README.md

File metadata and controls

68 lines (45 loc) · 2.83 KB

Rishit Patel's Default Next.js Starter

This is a starter template for Next.js projects. It's a simple, clean, and modern starter template that includes Tailwind CSS, React GTM Module, and more. It's built with new app directory structure but it also includes the old pages directory structure for backwards compatibility. If you want to use only the old pages directory structure, then you can use the rp-nextjs-starter-pages-dir starter template.

Popular Projects Built With This Starter Template:

Getting Started

Table of Contents:

⚡️ Quick Start

Deploy to Netlify Deploy with Vercel

How to use:

yarn create next-app -e https://github.com/imrishit98/rp-nextjs-starter
# or
npx create-next-app -e https://github.com/imrishit98/rp-nextjs-starter

🚀 Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/app/page.js. The page auto-updates as you edit the file.

📦 Deployment

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

📧 Contact

If you want to contact me you can reach me at rishitpatel.com/contact.

📚 Resources