Legend REPL web application deployment
npm install @finos/legend-application-repl-deploymentThis is the Legend REPL web application deployment. This is used for development locally
1. Start the REPL using this guide.
- Use DataCubeClient.
- Make sure to configure the properties to have the REPL point at the DEV web app:
``[DEVELOPMENT] Specify the base URL for the development instance of the web application
this is needed to bypass CORS
-Dlegend.repl.dataCube.devWebAppBaseUrl=http://localhost:9005
2. Start REPL web-application:
`bash
yarn install
yarn setup
yarn dev:repl
``Visit http://localhost:9005/repl/grid and the application should be up and running.