saas-dark-landing-page-template

A simple SaaS landing page template with a dark theme built using Next.js, React, and Tailwind CSS.

MIT License

Stars
0
Committers
1

SaaS Website Dark Landing Page

Description

This is a simple SaaS landing page template designed with a dark theme. It leverages modern web technologies including Next.js for server-side rendering, React for component-based UI, Tailwind CSS for utility-first styling, and Framer Motion for animations. This template serves as a foundation for building landing pages for SaaS products, enabling developers to quickly get up and running with a sleek, responsive design.

Getting Started

Follow these steps to set up the project locally.

Prerequisites

Ensure you have the following installed:

  • Node.js (>= 14)
  • npm (or yarn)

Installation

  1. Clone the repository:

    git clone https://github.com/rleite-it/saas-dark-landing-page-template.git
    
  2. Navigate to the project directory:

    cd saas-dark-landing-page-template
    
  3. Install dependencies:

    Using npm:

    npm install
    

    Or using yarn:

    yarn install
    

Running Locally

To run the project locally, use the following commands:

  • Development mode:

    npm run dev
    

    or

    yarn dev
    
  • Build for production:

    npm run build
    

    or

    yarn build
    
  • Start the production server:

    npm start
    

    or

    yarn start
    
  • Lint the code:

    npm run lint
    

    or

    yarn lint
    

License

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


Built with ❤️ using Next.js, React, and Tailwind CSS.

Related Projects