Setup

Prerequisites

Please follow below steps to install and setup all prerequisites:

  • Nodejs

    Make sure to have the Node.js installed & running in your computer. If you already have installed Node on your computer, you can skip this step if your existing node version is greater than 10.

  • Git

    Make sure to have the Git installed & running on your computer. If you already have installed git on your computer, you can skip this step

Installation

To setup the admin theme, follow below-mentioned steps:

  • Install Prerequisites

    Make sure to have all above prerequisites installed & running on your computer

  • Install Dependencies

    Open your terminal at the root directory of the project, go to your folder and enter the command npm install. This would install all the required dependencies in the node_modules folder.

After you finished with the above steps, you can run the following commands to run the project locally or build for production use:

Command Description
composer install To add Laravel packages defined in composer.json file.
npm run dev To compile all assets files like SCSS, JS and will copy all images into the public directory.
php artisan serve The development server is accessible at http://localhost:8000.