Nevel screenshot

Nevel

Author Avatar Theme by Natainditama
Updated: 21 Dec 2023
31 Stars

Minimal next.js boilerplate

Categories

Overview

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.

Features

  • Linter with ESLint
  • Code Formatter with Prettier
  • Integration with TailwindCSS
  • Next.js for Static Site Generation
  • Type checking with TypeScript
  • Sitemap.xml and robots.txt with next-sitemap

Installation

To install this project, follow these steps:

  1. Clone the project:

    git clone [project url]
    
  2. Go to the project directory:

    cd [project directory]
    
  3. Install dependencies:

    yarn install
    
  4. Start the local server:

    yarn dev
    

Summary

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.