An Action-Domain-Responder project skeleton
stardust is an Action-Domain-Responder (ADR) system.
You will need Composer to install Radar.
Pick a project name, and use Composer to create it with Radar; here we create
one called example-project
:
composer create-project elevenone/stardust my-stardust-app-name
Confirm the installation by changing into the project directory and starting the built-in PHP web server:
cd example-project
php ./bin/admin.php
You can then browse to http://127.0.0.1:8080/:
{"phrase":"Hello world"}
LATER ... // You can read the documentation here.