You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Keval Bhatt <kb...@apache.org> on 2020/02/04 04:48:41 UTC

Re: Dev cycle for changes to atlas dashboard

Hi Melinda,

You can go to dashboardv3 folder and run dev proxy server instead of using
Atlas server for UI development.

Steps to run UI dev server.

   1. Go to dashboardv3
   2. run npm install
   3. npm start

and in the browser go to http://localhost:9999. this is the live server so
after file change, you need to refresh the browser.

Note: Internally it will use proxy to Atlas API server (
http://localhost:21000). You can change the proxy Ip =>
https://github.com/apache/atlas/blob/master/dashboardv3/gruntfile.js#L63

Thanks