Welcome to the Next.js 15 + Tailwind CSS with Typescript Starter Template! ๐
This is a boilerplate starter project that helps you quickly set up a Next.js 15 application , Tailwind CSS with Typescript, saving you time on initial configuration. Whether you're a beginner or an experienced developer, this template will help you hit the ground running for your Next.js and Tailwind CSS-based projects.
Follow the steps below to get your project up and running.
Clone this repository to your local machine:
git clone https://github.com/SAMEER563/nextjs15_tailwind_starter.git
Navigate to the project folder and install the required dependencies using npm or yarn:
cd nextjs15_tailwind_starter
npm install
# OR
yarn install
Start the development server with:
npm run dev
# OR
yarn dev
Your application will be running at http://localhost:3000
. Open it in your browser to view the default Next.js page styled with Tailwind CSS!
Once you've cloned the repository, you can:
That's it! You've successfully set up your Next.js 15 and Tailwind CSS starter project. Happy coding! ๐