Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 450 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 450 Bytes

AI SaaS Landing Page Website Template by Frontend Tribe

This is a starter template for the AI SaaS Landing Page video created by Frontend Tribe.

Getting Started

First, install the dependencies:

npm install
# or
yarn
# or
pnpm install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open the provided URL with your browser to see the result and start coding along with the video tutorial.