Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 349 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 349 Bytes

Resource Management System (RMS)

Build

  • download nodejs from http://nodejs.org/

  • install node.js

  • npm install

  • npm install gulp

  • gulp

  • result in the /build folder

Development

To have not compressed scripts and not minified css: gulp --dev

To have script testing http://localhost:3000/test.html working: gulp --test