All Projects → UnionOfRAD → Framework

UnionOfRAD / Framework

Licence: bsd-3-clause
The li₃ fullstack distribution, including overarching directory layout, starting application, and a copy of the framework.

Projects that are alternatives of or similar to Framework

Korolev
Single Page Applications running on the server side.
Stars: ✭ 510 (+156.28%)
Mutual labels:  framework, fullstack
Aleph.js
The Full-stack Framework in Deno.
Stars: ✭ 3,448 (+1632.66%)
Mutual labels:  framework, fullstack
Zinky
minimalist semi-opinionated modular framework.
Stars: ✭ 28 (-85.93%)
Mutual labels:  framework, fullstack
Moonzoon
Rust Fullstack Framework
Stars: ✭ 244 (+22.61%)
Mutual labels:  framework, fullstack
Kvision
Object oriented web framework for Kotlin/JS
Stars: ✭ 658 (+230.65%)
Mutual labels:  framework, fullstack
Tg2
Python web framework with full-stack layer implemented on top of a microframework core with support for MongoDB, Pluggable Applications and autogenerated Admin
Stars: ✭ 756 (+279.9%)
Mutual labels:  framework, fullstack
Sifrr
⚡️ Set of tiny, independent libraries for creating modern and fast webapps with javascript/typescript
Stars: ✭ 174 (-12.56%)
Mutual labels:  framework, fullstack
Grial
A Node.js framework for creating GraphQL API servers easily and without a lot of boilerplate.
Stars: ✭ 194 (-2.51%)
Mutual labels:  framework
Typescene
Strongly typed front-end framework
Stars: ✭ 197 (-1.01%)
Mutual labels:  framework
Qiling
Qiling Advanced Binary Emulation Framework
Stars: ✭ 2,816 (+1315.08%)
Mutual labels:  framework
Actionhero
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks
Stars: ✭ 2,280 (+1045.73%)
Mutual labels:  framework
Egg Core
A core Pluggable framework based on koa.
Stars: ✭ 194 (-2.51%)
Mutual labels:  framework
Duaef duik
Duduf After Effects Framework | Duik
Stars: ✭ 197 (-1.01%)
Mutual labels:  framework
Flamingo
Flamingo Framework and Core Library. Flamingo is a go based framework for pluggable web projects. It is used to build scalable and maintainable (web)applications.
Stars: ✭ 198 (-0.5%)
Mutual labels:  framework
Malagu
Malagu Development Framework (QQ: 1013685855 钉钉群:31992376)
Stars: ✭ 196 (-1.51%)
Mutual labels:  framework
Laravel Option Framework
Manage your laravel application's dynamic settings in one place with various supported input types.
Stars: ✭ 194 (-2.51%)
Mutual labels:  framework
Xuui
xLua的mvvm框架,支持ugui,ngui,fairyGUI。。。
Stars: ✭ 199 (+0%)
Mutual labels:  framework
Component
🔥🔥🔥A powerful componentized framework.一个强大、100% 兼容、支持 AndroidX、支持 Kotlin并且灵活的组件化框架
Stars: ✭ 2,434 (+1123.12%)
Mutual labels:  framework
Ivory
IVORY is simple and highly customizable CSS framework, gives you all to build your pages faster and easier.
Stars: ✭ 196 (-1.51%)
Mutual labels:  framework
Asphalt
Asphalt application framework (core)
Stars: ✭ 198 (-0.5%)
Mutual labels:  framework

li₃ fullstack distribution

Synopsis

The li₃ fullstack distribution is an application system that includes the overarching directory layout, an example starting application, and a copy of the li₃ framework.

Installation / Quickstart

Make sure you have Composer installed, then run the following command to create an initial project from this distribution:

composer create-project unionofrad/framework app

Inside the the app directory start the builtin PHP development webserver.

php -S 127.0.0.1:8080 -t webroot index.php

You should now be able to see the welcome page by visiting http://127.0.0.1:8080.

The manual has more information on the installation process as well as getting your first project started very quickly.

Copyright & License

Copyright 2015 Union of RAD. All rights reserved. This library is distributed under the terms of the BSD 3-Clause License. The full license text can be found in the LICENSE.txt file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].