Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 353 Bytes

README.md

File metadata and controls

45 lines (26 loc) · 353 Bytes

Mower2 NodeJS

To run application:

Prerequisites

  • Install modules with npm

With scrip shell:

./run.sh -o

With grunt:

grunt

To run server:

Prerequisites

  • Install modules with npm

With scrip shell:

./run.sh

To run the tests:

Prerequisites

  • Run server

With grunt:

grunt test