Skip to content

lumen-limitless/template-next

Repository files navigation

Template-Next

License GitHub package.json version GitHub last commit

Description

This is a Next.js template repository that includes various scripts and dependencies for building a modern web application. It's designed to kickstart your project development with Next.js, React, and Tailwind CSS.

Features

  • Next.js: A popular React framework for building web applications.

  • React: A JavaScript library for building user interfaces.

  • Tailwind CSS: A utility-first CSS framework for building custom designs quickly.

  • TypeScript: A statically-typed superset of JavaScript for enhanced code quality.

  • Jest & Playwright: Testing libraries for unit and end-to-end testing.

Getting Started

Prerequisites

Before you begin, ensure you have Node.js and pnpm installed.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/lumen-limitless/template-next.git
    cd template-next
  2. Install project dependencies:

    pnpm install

Available Scripts

In the project directory, you can run the following scripts:

  • Development Server:

    pnpm dev

    Starts the development server.

  • Build:

    pnpm build

    Builds the production-ready application.

  • Linting:

    pnpm lint

    Runs linting checks.

  • Unit Tests:

    pnpm test:unit

    Runs unit tests.

  • End-to-End Tests:

    pnpm test:e2e

    Runs end-to-end tests using Playwright.

  • Bundle Analyzer:

    pnpm analyze

    Analyzes your bundle size.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Inspired by modern web development practices.

About

next js template with tailwind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published