Installation

Key steps to install the boilerplate and launch your project effectively.

Video Tutorial Coming Soon!

Prerequisites

Before you begin, ensure you have the following installed:

Clone the Repository

Start by cloning the boilerplate repository you've received in your email:

# Clone the repository
git clone <repository-url>

# Navigate to the project directory
cd <project-folder>

# Remove the original remote
git remote remove origin

Install Dependencies

Install the required dependencies:

npm install

Environment Variables Configuration

Copy the example environment file and update it with your settings:

mv .env.example .env.local

Next Steps

In the next section Getting Started. I will walk you through how to setup the tools we just installed.

Getting Started

Clear instructions to quickly set up your project.