Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 393 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 393 Bytes

#Docker frontend

Dependencies

  • nodejs v>=4.8.0
  • docker v>=17
  • runjs

Installation

Install globally (for a command line script):

npm install runjs -g

Install in your project (to use runjs api inside your runfile.js):

npm install runjs --save-dev

Run task

run css
run css --dev
run js
run html
run all