krisanalfa/corgi

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:project

0.5.2 2016-03-21 06:42 UTC

This package is auto-updated.

Last update: 2024-03-29 03:26:33 UTC


README

Corgi is Lumen (v5.2) skeleton app which works well with React.

What's Added

  • Google Material Design.
  • JWT Authentication (works natively).
  • Blade minifier.
  • SASS in mind.
  • React + JSX.

Quick Try

composer create-project krisanalfa/corgi my-app -vvv
cd my-app
bower install
npm install
gulp
php -S localhost:8000 -t public/

Then open your browser at http://localhost:8000.

To Do

  • Application testing in Behat.
  • PHPSpec in mind.
  • Auto minify blade in production.