Skip to content

HCESrl/it.hce.microframework.core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

it.hce.microframework.core

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.