Deploying to Web

  1. Extract project and open Application folder in terminal/cmd.
cd Application
  1. Install npm libs.
npm install
  1. Build project.
npm run build
  1. Copy contents of Application\dist folder to your server.