secret-tech / backend-ico-dashboard

Free & open-source dashboard for your next ICO, crowdsale or tokensale
https://icodashboard.space/
MIT License
125 stars 98 forks source link

Question: How to launch the ico website dashboard in browser after setup successfully? #123

Closed inix closed 6 years ago

inix commented 6 years ago

Hi,dear developers,I have no idea how to start web dashboard after setup docker env successfully. I have logined the container and generate JWT token successfully. I have googled but no luck. Could you help?

Thanks

dev env Mac OS serria,docker 1.8

hlogeon commented 6 years ago

Hello! Thanks for attention to our little project. Could you please describe your problem?

inix commented 6 years ago

@hlogeon Hi,I want to visit ico web portal dashboard via browser connection is refused. I have setup docker env and non run serve successfully.I set FRONT_URL as localhost,visit http://localhost or http://localhost:3000,can not visit. Thanks

hlogeon commented 6 years ago

Hello! You need to build and run frontend for this purpose and configure it to work with backend you already managed to work. https://github.com/secret-tech/frontend-ico-dashboard

inix commented 6 years ago

@hlogeon Hi,I will try the repo you have pasted. Thanks.