elevenone / stardust
Project skeleton code for darkmatter adr.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.2
- elevenone/darkmatter: dev-main
README
An Action-Domain-Responder project skeleton
stardust is an Action-Domain-Responder (ADR) system.
Installing stardust
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"}
Documentation
LATER ... // You can read the documentation here.