Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 408 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 408 Bytes

cognicity-rem-v3

Cognicity REM Web Client v3 Build Status

Machine setup:

  • Install Aurelia CLI
    • npm install aurelia-cli -g

Application setup

  • Install the project dependencies
    • npm install

To Build

  • To generate a production build
    • Run npm run build