Quick Start
Prerequisites
- Node.js 18+
- npm or yarn
Install Dependencies
- Clone the Repository
git clone https://github.com/your-username/saas-starter-template.git
cd saas-starter-template- Install Dependencies
npm install
# or
yarn installLocal Development
- Start Development Server
npm run dev
# or
yarn dev- Open Browser Visit http://localhost:3000 to view your application.
Last updated on: