Framework-agnostic web application
Framework-agnostic web application
A minimal framework for framework-agnostic web applications. Read the ideas and motivations behind it:
An extended project: Monsoon - a PHP Content Management System (CMS).
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm start
# Dependencies
$ composer update
# Production build localhost:8181
$ cd [my-app-name]
$ php -S 0.0.0.0:8181 -t public