This requires the Morphic API Server to be running.
Install the project dependencies:
npm install
Serve the web-app:
npm run dev
This will start a development server on 0.0.0.0:8080
(http://localhost:8080/), which reloads
when a file has been changed. Additionally, the web-app will assume the API server is listening at the same address
(the development server redirects requests to the real address), so there should be no cross-origin related issues. This
also provides the ability to hook-up to an external API server.
Inspect src/config/config.js and vue.config.js for the details.
npm install
npm run dev
npm run build
npm run lint
npm test