docker
docker-compose
cd api; npm install
cd browser; npm install
$ docker-compose up
$ open http://localhost:5000
Note: Since the local filesystem is mounted on top of the container filesystem you must npm install
the node modules locally (better answer).