More Premium Hugo Themes Premium Tailwind Themes

Nevel

Minimal next.js boilerplate

Nevel

Minimal next.js boilerplate

Author Avatar Theme by natainditama
Github Stars Github Stars: 31
Last Commit Last Commit: Dec 21, 2023 -
First Commit Created: Apr 29, 2023 -
Nevel screenshot

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.