- JWT Authentication (works natively).
- Blade minifier.
- React + Redux + Router.
git clone https://github.com/silenceExia/lumen-react-redux-jwt-auth-base.git my-app && cd my-app
composer install
bower install
npm install
gulp
php -S localhost:8000 -t public/
Then open your browser at http://localhost:8000.