Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.68 KB

README.md

File metadata and controls

40 lines (22 loc) · 1.68 KB

Improliga website

Build Status Coverage Status Code Climate Dependency Status devDependency Status

Install

You need to have Node.js installed with npm. Once you clone the repository, just do npm install and you should be set and ready to go.

This was not tested on Windows nor OSX platforms.

Install API

This is only a frontend client that reads data from separated API. If you use default configuration, it will read data from default online API. It is encouraged to develop on local version of it.

Configure

You may create a config environment override in conf/[env-name].json. The application will use it if you configure environment variable IMPROLIGA_ENV to match the env name.

Running application

To run the default server, just use

$ npm start

TDD

If you wish to develop in test driven environment, just run following command. It will start the server including hot reload and run tests continuously.

$ gulp tdd

Testing

To run tests localy, use

$ gulp test