Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 293 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 293 Bytes

front-silex

Skeleton: Silex framework php and webpack + es6 + sass architecture frontend demo

##requisites

  • php5 installed
  • composer installed
  • node installed
  • npm installed

##run install dependencies

backend

composer install

front

npm install && npm run start

enjoy