Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 504 Bytes

build.md

File metadata and controls

21 lines (13 loc) · 504 Bytes

Building project

To build project, follow these steps:

  1. Make sure you have Node.js installed and you opened the terminal at project root folder exchanger/

  2. Install project dependencies via:

    npm install
  3. Run serve-static NPM script:

    npm run serve-static

    This will build the project, run tests and serve builden project from dist/ folder.

  4. To deploy a project, place the contents of dist/ folder on server.