dgraph-io / ratel

Dgraph Data Visualizer and Cluster Manager
Apache License 2.0
120 stars 49 forks source link

Add development environment via Container #288

Closed MichelDiz closed 1 year ago

MichelDiz commented 1 year ago

Problem

There is a difficulty in running this application locally. Because you have to have a specific environment. From older nodeJS and stuff.

Solution.

Run the application inside a container with the Node version in which this application was created.

Notes

The npm run start is redirecting to http://0.0.0.0:3000/ instead of http://localhost:3000/ - This looks like a bug. Not sure why.