Install dependencies
$ npm i
Run development server
$ npm run dev
$ npm run build
Will create a dist directory containing your compiled code.
You need to add the API endpoint config, on Heroku Dashboard > App > Setting > Config Vars
API_SEARCH_ENDPOINT=https://*.herokuapp.com
(* = app name used to deploy)