sparkle 게시판의 프론트 버전입니다.
- nodejs 설치(https://nodejs.org/)
- git-scm 설치(http://git-scm.com/downloads)
- node dependency :
npm install - grunt 설치 :
npm install -g grunt-cli - bower 설치 :
npm install -g bower - bower dependency :
bower install
커멘드 라인에서 grunt 를 입력하여 빌드할 수 있습니다.
커멘드 라인에서 grunt server 서버를 실행할 수 있습니다.
서버를 실행한 후 [http://localhost:9000/board.html]로 접근합니다.
커멘드 라인에서 grunt test 를 실행하여 유닛 테스트가 가능합니다.