Getting Started

Overview

ZapStart is designed to accelerate your development process by providing a comprehensive set of pre-configured features. Whether you’re building web applications, landing pages, or integrating complex services, ZapStart has got you covered.

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn
  • Git

Important: Before running the app, make sure to set the required environment variables. To make it easier for you, I created an example file that you can rename. Rename .env.example to .env.local and then continue with setting up the services as outlined in the documentation:

Installation

Clone the Repository

Make sure you have followed all the prerequisites, including setting the required environment variables, before continuing with the installation steps.

Command Line
# Steps for the Basic version:
git clone https://github.com/MicksProjects/zapstart-app-router-basic.git [YOUR_BASIC_APP_NAME]
cd [YOUR_BASIC_APP_NAME]
npm install
git remote remove origin
npm run dev

# Steps for the Pro version:
git clone https://github.com/MicksProjects/zapstart-app-router-pro.git [YOUR_PRO_APP_NAME]
cd [YOUR_PRO_APP_NAME]
npm install
git remote remove origin
npm run dev
              

Next Steps

Now that you have set up ZapStart, here are some suggested next steps:

Check out the tutorials to see how ZapStart can fit your needs.