Your First Fraction Framework Application

v1.1.0 2023-04-07 15:01 UTC

This package is auto-updated.

Last update: 2024-05-05 21:15:45 UTC


README

Welcome to the Fraction Framework Starter Application, a skeleton project designed to help you quickly get started with the Fraction Framework.

This starter application includes the basic structure and configuration needed to build a web application using the Fraction Framework, an attribute-driven web development framework that simplifies the process of creating web applications.

Full documentation for the Fraction Framework is available at https://fraction.anir.cloud.

Getting Started

To begin using the Fraction Framework Starter Application, follow these steps:

  1. Clone or download the starter application from the repository.
  2. Install the required dependencies using composer install.
  3. Explore the directory structure and files provided to familiarize yourself with the basic setup.
  4. Start building your web application using the power and simplicity of the Fraction Framework!

or simply run the following command:

composer create-project fraction-framework/starter my-app

where my-app is the name of your application.

Happy coding!