Setup
Please follow below steps to install and setup all prerequisites:
Prerequisites
Please follow below steps to install and setup all prerequisites:
-
Wamp OR Xampp
Make sure to have the Wamp OR Xampp Server with PHP v8.0 or higher version installed & running in your computer. If you already have installed Wamp or Xampp server on your computer, you can skip this step.
-
Composer
Make sure to have the Composer with latest version installed & running in your computer. If you already have installed Composer on your computer, you can skip this step.
Installation
To setup admin theme, follow below mentioned steps:
-
Install Prerequisites
Make sure to have all above prerequisites installed & running in your computer
After you finished with above steps, you can run the following commands into the terminal/command prompt from the root directory ( Reactly/Admin ) of the project to run the project locally or build for production use:
Command | Description |
---|---|
composer install
|
This would install all the required packages in
the vendor folder.
|
php spark serve
|
Runs the project locally, The development server is accessible at http://localhost:8080. |
php spark serve --port 8081
|
If You Wish to Runs the project locally on Different Port. The development server is accessible at http://localhost:8081. |