fraction-framework / starter
Your First Fraction Framework Application
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- fraction-framework/fraction: ^v1.1.0
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:
- Clone or download the starter application from the repository.
- Install the required dependencies using composer install.
- Explore the directory structure and files provided to familiarize yourself with the basic setup.
- 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!