Skip to content

Instantly share code, notes, and snippets.

@dasantonym
Last active January 1, 2018 20:51
Show Gist options
  • Save dasantonym/a25602a5fc181c8730481cfb915eddf7 to your computer and use it in GitHub Desktop.
Save dasantonym/a25602a5fc181c8730481cfb915eddf7 to your computer and use it in GitHub Desktop.
Motion Bank API Demo

Work In Progress

API Server

Open a terminal window:

git clone https://github.com/motionbank/libmb-feathers-api.git
cd libmb-feathers-api
npm install
# It will prompt you to run install a second time
npm install
npm run dev

UI

Now open a second terminal window:

git clone https://github.com/motionbank/libmb-quasar-app.git
cd libmb-quasar-app
git submodule init
git submodule update --recursive
npm install
# It will prompt you to run install a second time
npm install
npm run dev

Your browser should open the page http://localhost:8080 after a bit of compiling. Enjoy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment