Skip to content

marcelmika/improliga-web

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.6%
  • CSS 9.7%
  • Shell 0.7%