Getting Started
Installation

Installation

Welcome to the Neo Starter Kit installation guide! Follow these simple steps to get your project up and running.


Prerequisites

Before starting, ensure that your system meets the following requirements:


Step 1: Download Files

  1. Log in to your ThemeForest account.
  2. Navigate to your downloads section.
  3. Download the latest version of Neo Starter Kit.

After downloading, extract the zip file into a folder of your choice.


Step 2: Launch Terminal

Start a command prompt window or terminal and change directory to the package's root directory.

cd neo-starter-kit-react

Step 3: Install Dependencies

Navigate to the root directory of your extracted project and install the dependencies.

  1. Open a terminal in the root folder.
  2. Run the following command:
npm install

Step 4: Run the Development Server

Once the dependencies are installed, start the development server:

npm run dev

This command starts the local development server. Open your browser and navigate to http://localhost:5173 to view the template.


Step 4: Build for Production

To create a production-ready build of the template, use the following command:

npm run build

This generates optimized static files in the dist folder.