A starter boilerplate for building web applications using Next.js 13 and Tailwind CSS.
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:
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:
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.