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.

Usage

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

To help development, if you run npm 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.