hce/microframework-core

There is no license information available for the latest version (1.5.3) of this package.

microframework core files

Installs: 266

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 1

pkg:composer/hce/microframework-core

1.5.3 2018-03-29 14:17 UTC

README

a lightweight framework designed for prototyping

Install

  • php composer.phar create-project hce/microframework projectName

or

  • composer.phar create-project hce/microframework projectName

then

  • cd projectName
  • npm install
  • Point your webserver to projectName/public folder
  • Set public/css and public/js as writable folders (create them if necessary)
  • Set cache as writable folder

Documentation

Please refer to it.hce.microframework repository documentation.