Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 529 Bytes

File metadata and controls

21 lines (12 loc) · 529 Bytes

Codefresh Challenge

New branch test ...

IMPORTANT! If you are Windows user run all commands in terminal as administrator

  1. Run npm install
  2. Run bower install
  3. Run npm install -g grunt-cli (if it's not installed yet)

How to Start the App

Run grunt dev and open http://localhost:8082.

How to Run Tests

It's possible to start unit tests with grunt test:unit and e2e tests with grunt test:e2e.

Production

It's possible to build app with this command grunt build.