🚀Quick Start
Setup the Light Able using Gulp workflow
Prerequisites
Before you begin, make sure you have the following installed on your machine:
Make sure to have the Composer installed & running in your computer. If you already have installed composer on your computer, you can skip this step.
Please check CakePHP has a few system requirements: https://book.cakephp.org/4/en/installation.html
A code editor of your choice (e.g., Visual Studio Code, Atom, Sublime Text)
Build Assets
Before running the application we need to build theme assets:
Open your project to vs code.
Start a command prompt window or terminal and change directory to CakePHP/
Install packages using one of following commands
This command will fetch all dependencies listed in /composer.json
and place them into/vendor
folder.
Run the project locally. The development server is accessible at http://localhost:8765/.
If you wish to run the project locally on Different Port. The development server is accessible at http://localhost:5673/.
Enjoy your development with Light Able
Last updated