Minimal next.js boilerplate
This project is a web application built using Next.js and TailwindCSS. It includes several features such as a linter with ESLint, code formatter with Prettier, integration with TailwindCSS, Next.js for static site generation, type checking with TypeScript, and sitemap.xml and robots.txt with next-sitemap. The project also provides color references and requires certain environment variables for configuration. It is open to contributions and is licensed under the MIT License. You can contact the project owner via email, LinkedIn, or GitHub.
To install this project, follow these steps:
Clone the project:
git clone [project url]
Go to the project directory:
cd [project directory]
Install dependencies:
yarn install
Start the local server:
yarn dev
This project is a web application built using Next.js and TailwindCSS. It includes several features such as linter and code formatter integration, type checking, and sitemap generation. The installation process is straightforward, and the project is open to contributions.