Lerna playground

This is a monorepo configured with lerna

Instructions

  1. Install the dependencies
  npm install
  1. Build all the packages
  npm run build
  1. Run the servers locally
  npm run start-all

The server should now be available at http://localhost:3000