Package Data | |
---|---|
Maintainer Username: | shriker |
Package Create Date: | 2019-10-01 |
Package Last Update: | 2020-05-14 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-21 15:06:49 |
Package Statistics | |
---|---|
Total Downloads: | 1 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
A quick start project template with Lumen and Mithril.
Documentation for the Lumen framework can be found on the Lumen website.
Documention for Mithril JavaScript framework may be found on the Mithril website.
git clone https://github.com/shriker/lumen-mithril your-project
cd your-project
composer install
npm install
Running the PHP backend
php -S localhost:8000 -t public
Watching the frontend with Webpack
npm run start
npm run build
This open-sourced software is licensed under the MIT license.