Assuming you already have node
and vue
install globally on your system.
Redirect to narrative-order-sample/frontend
and run following command in separate terminal:-
npm install
npm run serve
Redirect to narrative-order-sample/api
and run following command in separate terminal:-
npm install
node app.js