Starter boilerplate for Next.js and Tailwind CSS.
NextJS is a great React frontend framework that enables functionality such as server-side rendering and generating static websites for React based web applications.
Tailwind CSS is a "utility-first" CSS framework that provides a deep catalog of CSS classes and tools that lets you easily get started styling your website or application.
This starter boilerplate has all the configurations for the installation process of Tailwind which will save your time. Use this boilerplate to complete your projects quickly.
- Clone or download this repository.
- Switch into the directory.
- Install dependencies
npm install next react react-dom
. - Run
npm run dev
.
To view the project open http://localhost:3000.
The easiest way to deploy Next.js to production is to use the Vercel platform from the creators of Next.js. Vercel is a cloud platform for static sites, hybrid apps, and Serverless Functions.