edwinhoksberg/slim-framework-skeleton

This package is abandoned and no longer maintained. No replacement package was suggested.

A skeleton framework with built-in features, made with Slim Framework 2.0

v1.0 2015-12-04 22:24 UTC

This package is auto-updated.

Last update: 2021-06-20 03:08:31 UTC


README

This app includes:

Installation

  1. Run composer create-project edwinhoksberg/slim-framework-skeleton in the directory you want to install this app.
  2. Navigate to your project url and you should see a 'Hello World' message.

To use CSS and JavaScript, run npm install for the build dependencies. You can then use gulp to compile CSS and JavaScript at the same time, or gulp css and gulp js to run them separately.

With the command gulp watch, you can watch any changes on the css and js folders for changes, and it will automatically compile them.

License

MIT