Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 279 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 279 Bytes

My project for realization pattern MVC on the client

css -> .styl

html -> .twig

assembly -> gulp

Start new project:

npm install

Assembly new project for production:

gulp production

Assembly new project for develop:

gulp watch