πŸš€Quick Start

Setup the Light Able using Gulp workflow

Prerequisites

Before you begin, make sure you have the following installed on your machine:

Build Assets

Before running the application we need to build theme assets:

  1. Open your project to vs code.

  2. Start a command prompt window or terminal and change directory to CakePHP/

  3. Install packages using one of following commands

composer install
circle-check
  1. Run the project locally. The development server is accessible at http://localhost:8765/arrow-up-right.

bin\cake server
  1. If you wish to run the project locally on Different Port. The development server is accessible at http://localhost:5673/arrow-up-right.

circle-info

Enjoy your development with Light Able

Last updated