Skip to content

Latest commit

 

History

History
 
 

frontend

Installation instructions

Prerequisites

npm install

First install the build system Grunt. Running the following command...

npm install

...installs all Grunt dependencies using the node package manager (npm). The file packages.json defines which packages are installed by npm. By default the packages are installed to node_modules/ (in the current directory).

Usage

grunt test
grunt server