Index: README.md =================================================================== diff -u --- README.md (revision 0) +++ README.md (revision 670fa28d5e519d5f71f60f8a77f00911af6c9643) @@ -0,0 +1,36 @@ +# Java-Service-Tree-Framework-Frontend-Web + +## Installation + +프로젝트를 설정하려면 다음 명령을 실행하세요. + +```shell +npm install --save-dev --force grunt-cli grunt grunt-contrib-concat grunt-serve grunt-contrib-less grunt-contrib-watch grunt-contrib-uglify grunt-includes grunt-image grunt-contrib-jshint grunt-jscs grunt-contrib-clean grunt-contrib-csslint grunt-bootlint grunt-notify grunt-text-replace grunt-contrib-connect grunt-connect-proxy serve-static grunt-contrib-compass --save-exact prettier +``` + +## Required Packages +이 프로젝트는 다음 패키지를 필요로 합니다. +```text +grunt-cli +grunt +grunt-contrib-concat +grunt-serve +grunt-contrib-less +grunt-contrib-watch +grunt-contrib-uglify +grunt-includes +grunt-image +grunt-contrib-jshint +grunt-jscs +grunt-contrib-clean +grunt-contrib-csslint +grunt-bootlint +grunt-notify +grunt-text-replace +grunt-contrib-connect +grunt-connect-proxy +serve-static +grunt-contrib-compass +prettier +``` +