Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 383 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 383 Bytes

Html core v0.1 UI (angularJS)

Quick Start

Require NodeJs and then:

# clone source from repo 
$ cd <app-folder>
# if you had grunt, bower => ignore below command
$ sudo npm -g install grunt-cli bower

# keep walking
$ npm install

Build source for development: build code and watch files change

grunt serve

Build source release

grunt build