This module serves a demonstration of the various services available in the SMOP
-
Start the server
- see starting-things
This example frontend app takes advantage of each and every service the SMOP provides.
- see starting-things
-
Start the client
- clone the repo
git clone git@github.com:nextmoov/nextmoov-smop-frontend.git
- install dependencies using yarn
yarn --frozen-lockfile
- start the dev server (project was bootstrapped using CRA)
yarn start
- clone the repo