Installing Starter

- Written byBernard Bado
- Published At
This guide will walk you through installing this template. It'll only take a couple of seconds and at the end, we'll have a local dev server running.
Install Dependencies
After you've downloaded the source code, go inside the project directory, and install all necessary dependencies by running yarn
or npm install
.
Once, all dependencies are installed, we can start the development server by running yarn dev
or npm run dev
.
You should be welcomed with the following screen.

Beginning of your new SaaS
Continue by setting up authentication.