Quick Start

1. Requirements

System Requirements:
  • Please check Ajax documentation it has a few system requirements.
    You must have installed Wamp or Xampp server on your machine in order to run Ajax project. Also make sure you have installed NodeJs v20.* on your machine.
Server
  • Make sure to have the Xampp OR Wamp installed & running in your computer.
  • If you already have installed Xampp / Wamp server on your computer, you can skip this step.

2. Install

To initiate the process, access the Admin folder and proceed to install its dependencies using terminal. We recommend utilizing either npm for this task.

Run the below commands to install dependencies and compile the assets:
npm install
npm run build  // this is to generate the build of assets for production.

3. Start

Run the project locally. Once you copy the Admin folder in the Wamp or Xampp server then the development server is accessible at http://localhost/Admin/
Make sure to run npm run build to compile all assets files.