Skip to content
Snippets Groups Projects

Eclipse Api RESTful API

Source files for the API should be placed in src folder.

Installation

To install dependencies, run ___npm install && bower install && cd bower_components/solstice && bower install && cd ../../ ___.

Usage

To generate some pretty HTML into the docs folder, run grunt build at the command line.

To help development, if you run grunt serve, the HTML will be accessible from http://localhost:8080/index.html

When you save one of the source files, this page will automatically refresh.