To build project, follow these steps:
-
Make sure you have Node.js installed and you opened the terminal at project root folder
exchanger/
-
Install project dependencies via:
npm install
-
Run
serve-static
NPM script:npm run serve-static
This will build the project, run tests and serve builden project from
dist/
folder. -
To deploy a project, place the contents of
dist/
folder on server.