Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Latest commit

 

History

History
43 lines (27 loc) · 1 KB

README.md

File metadata and controls

43 lines (27 loc) · 1 KB

Hippo CMS AngularJS core

Build Status

Development environment setup

Prerequisites

Dependencies

  • Grunt (task automation)
  • Bower (package management)

Installation

Run the commands below in the project root directory. #####1. Install Grunt and Bower

$ sudo npm install -g grunt-cli bower

#####2. Install project dependencies

$ npm install
$ bower install

Useful commands

####Generate build The build version is located in the dist directory.

$ grunt build

####Run tests The tests need to pass in order to generate a build.

$ grunt test:unit

####Setup server The browser will open a page (example/index.html) with shows all compontents available for the theme.

$ grunt server