QuickFrame
Laravel Docs - v1.1.0
Installation

1. Download the Package

2. Unzip the Package

  • Extract the contents of the downloaded .zip file to a directory on your computer.

3. Xampp

  • Make sure to have the Xampp file to a directory on your computer.
4. Composer

5. Install Node Modules

  • Open your terminal or command prompt and navigate to the directory where you unzipped the package.
  • Execute:
    npm i or npm install

6. Create a Production Build

  • Command: In the same directory, run:
    npm run build

    This command will create a production-ready build of your project in a distribution directory.

7. Start in Development Mode