Skip to Content
Quick Start

Quick Start

Prerequisites

  • Node.js 18+
  • npm or yarn

Install Dependencies

  1. Clone the Repository
git clone https://github.com/your-username/saas-starter-template.git cd saas-starter-template
  1. Install Dependencies
npm install # or yarn install

Local Development

  1. Start Development Server
npm run dev # or yarn dev
  1. Open Browser Visit http://localhost:3000 to view your application.
Last updated on: