A starter boilerplate for building web applications using Next.js 13 and Tailwind CSS.
- Next.js 13: Take advantage of the latest features and improvements in Next.js.
- Tailwind CSS: Rapidly style your components using the utility-first CSS framework.
- Optimized for Development: A well-configured development environment with hot module replacement and more.
- Routing: Set up dynamic routing easily with Next.js.
- Responsive Design: A mobile-first approach with responsive layout classes from Tailwind CSS.
- Customizable: Tailor this boilerplate to fit your project's needs.
Follow these steps to get your project up and running:
-
Clone the repository:
git clone https://github.com/SarthakSKumar/Next.js-13-Tailwind-Boilerplate.git
-
Navigate to the project directory:
cd Next.js-13-Tailwind-Boilerplate
-
Install dependencies:
npm install or yarn install
-
Start the development server:
npm run dev or yarn dev
-
Open your browser and visit
http://localhost:3000
to see your app in action.
You can customize this boilerplate to suit your project's requirements. Here are a few things you might want to configure:
- Environment Variables: Modify the .env.local file to set environment-specific variables.
- Routing: Define your routes in the pages directory.
- Customize the global styles in the styles/globals.css file.
- Layouts: Create and customize layouts in the components/layouts directory.
To deploy your Next.js + Tailwind CSS app, you can use platforms like Vercel, Netlify, or any other hosting service of your choice. Make sure to configure your deployment settings accordingly.
If you'd like to contribute to this boilerplate, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and test thoroughly.
- Submit a pull request with a clear description of your changes.
This boilerplate is open-source and available under the MIT License.
Happy coding! If you have any questions or encounter issues, feel free to create an issue or reach out to us.